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

Re: Add in Branch, tag, trunk directories after the fact

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-10-06 18:03:52 CEST

>>>>> "Brent" == Brent Webster <brent.webster@liquidcomputing.com> writes:

 Brent> I didn't quite get the need for separate Branch, Tag and Trunk
 Brent> directories being an exCVS user so I initially ignored them.
 Brent> Now I get it and want to insert these directories.

 Brent> What's the best, fastest and/or safest way to do this?
 Brent> Can I preserve history?

Create the new directories, and move the old directories under trunk,
all with svn commands. Yes, that preserves history -- unlike CVS, in
Subversion moves are supported in the machinery and are version
controlled.

 Brent> Should my users checkin everything, do the directory change
 Brent> and then check back out?

That sounds like a good idea. Be sure to train them to ask for trunk,
or a specific branch, when checking out. If you ask for the top of
the repository you get all the branches and all the tags, as separate
files in your working directory.

      paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 6 18:06:29 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.