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

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

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-04-21 12:39:36 CEST

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
Received on Mon Apr 21 12:41:35 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.