Need to eliminate toplevel directory, but keep contents.
From: x nooby <xnooby_at_yahoo.com>
Date: 2005-12-01 23:34:06 CET
My repository has a single master directory called
svn://data1.acme.com/svnrepo/client1
I am changing the server to use Apache/WebDAV, which
http://data1.acme.com/acmerepos/svnrepo/client1
I need to remove "svnrepo", and move it's contents up
http://data1.acme.com/acmerepos/svnrepo (empty
If I move the repos directories up a level, will the
svn move svn://data1.acme.com/svnrepo/client1/* ..
Then the programmers would do an update, and the
If c:\client1 was checked out from
would be moved to:
svn://data1.acme.com/client1/inc/record_header.h
and
c:\client1\inc\record_header.h
would now be kept in synch with:
svn://data1.acme.com/client1/inc/record_header.h
?
---------------------------------------------------------------------
|
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.