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

Re: 'svn status' problems with wildcards (Windows)

From: <cmpilato_at_collab.net>
Date: 2003-08-13 16:17:09 CEST

cmpilato@collab.net writes:

> > # The next cmd should catch the tmp* files as well as
> > # the 'tmp' dir, but appears to only be processing the dir:
> >
> > N:\NAV\Devel> svn delete tmp*.*
> > svn: Path is not a working copy directory
> > svn: 'tmp' is not a working copy
>
> Are you sure it's not just hitting this first and failing before
> trying to move on to the other tmp* files?

I just confirmed that a similar operation on Linux fails the same way
because it first tries to operate on an unversioned thing, and rather
than skip it (like it should), it halts the whole operation.

I guess we should file an issue for this, unless there's a volunteer
out there who wants to take a stab and making the code in
libsvn_client/delete.c call the "skip" notification on unversioned
targets (and then continue to the next target).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 13 16:19:55 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.