You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by SteveKing <st...@gmx.ch> on 2003/04/21 10:39:36 UTC

wc->url copy doesn't work for root folders

Hi,

if I do the following (client version 0.21):

cd f:\development
svn co http://somehost/svn/trunk/project project

now I do some changes to f:\development\project\readme.txt

svn copy project http://somehost/svn/branches/test

I get an error message:
f:\development is not a working copy!

if I do
svn copy project/readme.txt http://somehost/svn/branches/readmetest.txt
it works, but this is actually not what I want.

I'm not sure but I think this used to work in earlier versions.
Also the book says that it should work. It's not a problem of the client
itself but of the function svn_client_copy() - it tries to get an adm_access
of the parent folder (in this case f:\development)

Stefan