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

Re: <path> is not a working copy

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-12-08 18:01:23 CET

Fabrice Hoffmann wrote:

> we are using svn client 1.2.3 on a windows machine in conjunction with
> TortoiseSVN 1.2.6. Within a project we use several externals. E.g.
>
> svn:externals External/mypath/A svn://......./A
> External/mypath/B svn://......./B
>
> Within mypath there are no files in the repository. Only within path's A and
> B.
> When we changed files in path A and B in our WC, and do a commit on the
> project itself (at ..\Externals)
> we get the error
>
> "External/maypath/A is not a working copy"

I think the error is "External/mypath is not a working copy", without
the "A".

> if we commit both path's (A and B) sepertaly it works.
>
> Any ideas ?

This is a Subversion issue. If you pass two paths to the Subversion
library, it tries to commit both paths in one go by committing the
parent folder. In your case, the parent folder isn't a working copy,
therefore you get the error message.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Thu Dec 08 17:18:43 2005

This is an archived mail posted to the TortoiseSVN Users mailing list.

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