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

[svn] Change directory structure afterwards?

From: Markus Dehmann <markus.dehmann_at_gmail.com>
Date: 2005-05-31 17:07:01 CEST

We want to change the layout of our project and make it as painless as
possible for the people working on it.

Here is the change we want to make:
/repos/module1
/repos/module2
will become
/repos/project/trunk/module1
/repos/project/trunk/module2

As it stands now, people have checked out module1 and module2 with two
'svn co' commands.

What's the best way to make the change? It seems necessary that
everyone commits their changes before we do the directory structure
change. Afterwards, everyone has to checkout a new copy:
svn co file:///repos/project/trunk/ project

Is that right?

Thanks! Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 17:12:41 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.