'svn status' problems with wildcards (Windows)
From: Matt Blais <mblais1_at_yummage.com>
Date: 2003-08-13 05:05:03 CEST
'svn status' seems to get very confused by wildcards in wc paths (in
# Here's what we're working with:
N:\NAV\Devel> ls tmp*
tmp: # Notice this 'tmp' is a dir
# The next cmd should catch the tmp* files as well as
N:\NAV\Devel> svn delete tmp*.*
# Notice this cmd works OK here, but DOESN'T work
N:\NAV\Devel> svn st tmp*.cpp
N:\NAV\Devel> svn delete tmp*.cpp
# This cmd worked before the delete, but now it
N:\NAV\Devel> svn st tmp*.cpp
svn: check_path: problem checking path "tmp*.cpp"
# Still not getting the files marked for deletion:
N:\NAV\Devel> svn st tmp*.???
# Items marked for deletion show up here
N:\NAV\Devel> svn st -q
# Are we confused yet??
N:\NAV\Devel> svn --version
P.S. Don't ask me, "Does CVS do the same thing?" because it doesn't
Anyway, I know you're still going to ask, so to save you the trouble the
---------------------------------------------------------------------
|
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.