[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Correcting the import location of a project in a repository.

From: Raman Gupta <rocketraman_at_fastmail.fm>
Date: 2005-11-27 03:15:46 CET

Nick Glencross wrote:
> 4) Use the svn command-line to do the same as 1).
>
> e.g.
>
> svn mkdir XXX/repositoryA/components/componentC
>
> svn move XXX/repositoryA/tags XXX/repositoryA/components/componentC
> svn move XXX/repositoryA/trunk XXX/repositoryA/components/componentC
> svn move XXX/repositoryA/branches XXX/repositoryA/components/componentC
>
> where XXX is your svn root.
>
> As stated here, it takes 4 transactions; last time I checked it wasn't
> possible to move multiple items in one go.

Use rsvn [1] to do multiple remote commands (such as moves) in one
transaction.

[1] https://opensvn.csie.org/traccgi/rsvn/trac.cgi/wiki

Cheers,
Raman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 27 03:17:47 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.