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

Move directory

From: Koen Vermeer <koen_at_vermeer.tv>
Date: Wed, 26 Mar 2008 15:43:10 +0100

Hi,

I'm just starting with svn, so please be gentle... I followed the book
and created a new repository, and imported some data into
file:///path/project. Then, after reading about the possible layout of a
repository, I decided that I should have imported that data into
file:///path/project/trunk. I tried

svn move file:///path/project file:///path/project/trunk

which didn't work (svn: Cannot move URL 'file:///srv/svn/tst' into
itself) and then

svn move file:///path/project/* file:///path/project/trunk

which also didn't work (svn: Path 'file:///srv/svn/tst/*' does not exist
in revision 1).

So, what is the right way to do this? 'svn list file:///path/project'
does show some files, so there is some data stored there.

Thanks!

Koen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-26 15:43:37 CET

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.