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

svn co problem with specific directory name

From: Joachim Feise <jfeise_at_ics.uci.edu>
Date: 2004-02-25 05:28:44 CET

With version 1.0 out (congrats, btw), I figured it is time
to get my data from cvs over to svn.
Problem is, I have a directory called "admin" in my cvs
repository.
cvs2svn handles it fine, and svnadmin dump also shows that
it is there in the repository.
svn checkout, though, fails to get the directory:
(~/tmp): svn co https://localhost/svn/test/trunk/admin admin

svn: PROPFIND request failed on '/svn/test/trunk/admin'
svn: PROPFIND of '/svn/test/trunk/admin': 410 Gone (https://localhost)

I dumped the repository, changed the directory to admin-old,
and got the same error.
I then changed the directory to cvsadmin, and that works:
(~/tmp): svn co https://localhost/svn/test/trunk/cvsadmin admin

A admin/...
Checked out revision 108.

What gives? Is the name "admin" reserved?

-Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 25 05:27:28 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.