Alessio
Alessio

Reputation: 25

Export and Import between SVN repositories

I'm using Tortoise 1.9.5. We have an internal SVN with client sources for developing. Periodically we need to move changes between our and client trunk so thought about this solution: 1) Tortoise Export from our repo to a new clean folder. 2) Tortoise Import from unversioned folder to client repo.

But when I choose Import I've an error:

Import C:\RDS_1 to http://xxx.yyy.zzz.kkk/repo/sw/ERMES/trunk/RDS_1 The HTTP method 'MKCOL' is not allowed on '/repo/!svn/txr/126816-2ywx/sw/ERMES/trunk/RDS_1/Common'

So this method is not applicable, how can I do for update client repo?

Thanks

Alessio

Upvotes: 0

Views: 648

Answers (1)

Peter Parker
Peter Parker

Reputation: 29735

  • checkout your destination working copy (already done)
  • copy the exported files into to target folder (done as well)
  • right-click TortoiseSVN->Add on new folder (or svn command "svn add ")
  • right-click TortoieSVN->Commit

Done

Upvotes: 2

Related Questions