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

Re: Is this a bug?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-21 15:43:05 CEST

Josef Wolf <jw@raven.inka.de> writes:

> The following seems to be a bug:
>
> jw_at_raven:~> svn cp http://svn.collab.net/repos/svn/trunk xx
> A xx/CHANGES
> [ ... ]
> A xx/packages/rpm/.rpmmacros
> _U xx
> Checked out revision 2603.
>
> /home/jw/subvers/src/svn/subversion/libsvn_wc/entries.c:625
> svn_error: #21041 : <Path is not a working copy directory>
> svn_wc_entry: . is not a working copy directory
> jw@raven:~>

How do you make this happen? It seems to work fine for me in r2591:

$ svn cp file:///home/sussman/projects/test/repo/A/D wc/A/C
A wc/A/C/D/gamma
A wc/A/C/D/G
A wc/A/C/D/G/rho
A wc/A/C/D/G/pi
A wc/A/C/D/G/tau
A wc/A/C/D/H
A wc/A/C/D/H/chi
A wc/A/C/D/H/omega
A wc/A/C/D/H/psi
Checked out revision 1.
A wc/A/C/D

$ svn st wc
A + wc/A/C/D

By the way... I hope you're not trying to do 'svn cp URL wc-path'
where the URL and wc-path are from two different repositories. That's
guaranteed to fail when you try to commit. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 21 15:44:20 2002

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.