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

Directory move problems

From: Patrick Heinemann <heinemann_at_informatik.uni-tuebingen.de>
Date: 2004-11-24 18:21:44 CET

Hi everybody,

we're new to subversion since several weeks, so please be patient, if things
go wrong by our lack of experience with svn. :-)

History and Setup:
We started using subversion with porting our development project from cvs to
svn with cvs2svn.
I then move around some directories to get a structure of two projects in the
same repository like this:

/svnrepository/
                     RoboCupNew/
                                         trunk
                                         branches
                                         tags
                     RoboCupOld/
                                         trunk
                                         branches
                                         tags

Subversion version is 1.0.6 compiled for and used on RedHat9.0 (we used the
.rpms of David Summers).
svnserve is started as: svnserve -d -r /svnrepository/RoboCupNew/
(I already noticed that the trailing / could be a problem)

Yesterday I tried to change the directory layout in the main directory:
svn checkout svn://svnserver/trunk source
cd source
svn move GUI/ gui
svn commit
After I wrote the log message commit starts but aborts with an error:
Path /vn:/svnserver/trunk/GUI does not exist...
Unfortunately I didn't save the exact error message, but I am pretty sure with
the beginning of the path, as I think this was somehow scrambled by svn. I
think it should be svn://svnserver/trunk/GUI...

I tried to work directly on the repository using:
svn move svn://svnserver/trunk/GUI svn://svnserver/trunk/gui
but this didn't work, too.
Finally I changed the svnserve process to:
svnserve -d
And used:
svn move svn://svnserver/svnrepository/RoboCupNew/trunk/GUI
svn://svnserver/svnrepository/RoboCupNew/trunk/gui
and it worked.

What was wrong with the first tries???

Please help!
Patrick Heinemann

-- 
Dipl.-Technoinform. Patrick Heinemann
Universitaet Tuebingen, WSI - RA, Sand 1, D-72076 Tuebingen, Germany
Phone: ( +49 / 0 ) 70 71 / 29 - 78 989   Fax: ( +49 / 0 ) 70 71 / 29 - 50 91
mailto:heinemann@informatik.uni-tuebingen.de
http://www-ra.informatik.uni-tuebingen.de
Attempto Tübingen - Robot Soccer Team
http://www-ra.informatik.uni-tuebingen.de/forschung/robocup/welcome_e.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 24 18:24:26 2004

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.