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

Re: Repository reorg question

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2006-10-24 18:26:21 CEST

On 10/24/2006 11:45 AM, THURMAN, LORENZO, SECR wrote:
> When our svn repository was setup, the admin did not use the recommended
> structure of trunk, tags and branches, but instead he just placed the
> code in the repository. Now we need to create branches and tags, so I'd
> like to redo the repository. What is the safest way to go about this?

Design what you want, and then use "svn mkdir newURL" to create the new
structure in the repository, and then "svn move oldURL newURL" to move
things into it. If you screw up, it's all reversible.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 24 18:28:14 2006

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.