You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Josef Wolf <jw...@raven.inka.de> on 2002/05/28 22:56:51 UTC

Re: svn commit: rev 2024 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/libsvn_ra_local trunk/subversion/libsvn_client trunk/subversion/svnlook trunk/subversion/libsvn_ra_pipe trunk/subversion/clients/cmdline trunk/subversion/tests/libsvn_wc trunk/subversion/tests/libsvn_subr trunk/subversion/tests/clients/cmdline trunk/subversion/tests/libsvn_delta trunk/subversion/libsvn_repos trunk/subversion/libsvn_delta trunk/subversion/libsvn_ra_dav

On Tue, May 28, 2002 at 04:19:36PM -0500, kfogel@tigris.org wrote:
> Author: kfogel
> Date: 2002-05-28 21:18 GMT
> New Revision: 2024
> [ ... ]

Ough! This one seems to break "svn cp" on my machine:


$ cd /tmp/subvers.test
$ svnadmin create rep
$ mkdir -p test/trunk test/branches test/tags
$ echo 1st version >test/trunk/x
$ svn import -m 'first revision' file:///tmp/subvers.test/rep test
Adding          ./trunk
Adding          ./trunk/x
Adding          ./branches
Adding          ./tags
Transmitting file data .

Committed revision 1.
$ svn cp -m 'tag it' file:///tmp/subvers.test/rep/trunk file:///tmp/subvers.test/rep/tags/V1.0

/home/jw/local/l/subvers/src/svn/subversion/libsvn_client/copy.c:162
svn_error: #21044 : <Can't find a working copy path>
  error decomposing relative path `trunk'


This worked as expected with r2023. Is this a known thing? or do I use
"svn cp" the wrong way?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 2024 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/libsvn_ra_local trunk/subversion/libsvn_client trunk/subversion/svnlook trunk/subversion/libsvn_ra_pipe trunk/subversion/clients/cmdline trunk/subversion/tests/libsvn_wc trunk/subversion/tests/libsvn_subr trunk/subversion/tests/clients/cmdline trunk/subversion/tests/libsvn_delta trunk/subversion/libsvn_repos trunk/subversion/libsvn_delta trunk/subversion/libsvn_ra_dav

Posted by Philip Martin <ph...@codematters.co.uk>.
Josef Wolf <jw...@raven.inka.de> writes:

> /home/jw/local/l/subvers/src/svn/subversion/libsvn_client/copy.c:162
> svn_error: #21044 : <Can't find a working copy path>
>   error decomposing relative path `trunk'

Fixed by rev 2025.

-- 
Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 2024

Posted by Josef Wolf <jw...@raven.inka.de>.
On Wed, Jun 05, 2002 at 12:38:59PM -0500, sussman@collab.net wrote:

> Hey Josef, are you still experiencing this bug with today's svn?

Yes, it is still broken with r2104. Should I repost my patch relative
to a current version (there were minor conflicts with this patch when
r2024 were committed)? Or are you planning to rewrite the temp-file
handling as described by Philip Martin in
  http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=14832
?

BTW: the URL mentioned in issue 712 seem to be broken. The correct URL
is:

  http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=165944

-- 
-- Josef Wolf -- jw@raven.inka.de --

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 2024

Posted by su...@collab.net.
From: Ben Collins-Sussman <su...@collab.net>
Date: 05 Jun 2002 12:38:53 -0500
In-Reply-To: <20...@raven.inka.de>
Message-ID: <86...@kepler.ch.collab.net>
Lines: 40
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii


Hey Josef, are you still experiencing this bug with today's svn?

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

> On Tue, May 28, 2002 at 04:19:36PM -0500, kfogel@tigris.org wrote:
> > Author: kfogel
> > Date: 2002-05-28 21:18 GMT
> > New Revision: 2024
> > [ ... ]
> 
> Ough! This one seems to break "svn cp" on my machine:
> 
> 
> $ cd /tmp/subvers.test
> $ svnadmin create rep
> $ mkdir -p test/trunk test/branches test/tags
> $ echo 1st version >test/trunk/x
> $ svn import -m 'first revision' file:///tmp/subvers.test/rep test
> Adding          ./trunk
> Adding          ./trunk/x
> Adding          ./branches
> Adding          ./tags
> Transmitting file data .
> 
> Committed revision 1.
> $ svn cp -m 'tag it' file:///tmp/subvers.test/rep/trunk file:///tmp/subvers.test/rep/tags/V1.0
> 
> /home/jw/local/l/subvers/src/svn/subversion/libsvn_client/copy.c:162
> svn_error: #21044 : <Can't find a working copy path>
>   error decomposing relative path `trunk'
> 
> 
> This worked as expected with r2023. Is this a known thing? or do I use
> "svn cp" the wrong way?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org