Re: Ignoring all files in a directory
From: Michael Diers <mdiers_at_elego.de>
Date: Fri, 22 May 2009 20:57:46 +0200
-----BEGIN PGP SIGNED MESSAGE-----
Eric Lilja wrote:
Eric,
are you perhaps on Windows, using CMD.EXE and a native Subversion
The most concise command sequence I could come up with is this:
C:\wc\trial> echo * | svn ps svn:ignore -F - .
On Windows, wildcard expansion of parameters is _not_ performed by the
The example below illustrates this using CMD, Cygwin's svn.exe and
C:\wc\trial> dir /b
C:\trial> echo *
C:\wc\trial> svn ps svn:ignore * .
C:\wc\trial> svn ps svn:ignore "*" .
C:\wc\trial> svn ps svn:ignore '*' .
C:\wc\trial> svn pg svn:ignore
C:\wc\trial> echo * | svn ps svn:ignore -F - .
C:\wc\trial> svn pg svn:ignore .
C:\wc\trial> \cygwin\bin\svn ps svn:ignore * .
C:\wc\trial> \cygwin\bin\svn ps svn:ignore "*" .
C:\wc\trial> \cygwin\bin\svn pg svn:ignore
C:\wc\trial> \cygwin\bin\svn ps svn:ignore '*' .
C:\wc\trial> \cygwin\bin\svn pg svn:ignore
- --
elego Software Solutions GmbH, http://www.elego.de
fon +49 30 2345 8696, fax +49 30 2345 8695, mobile +49 177 2345 865
Geschäftsführer Olaf Wagner, Sitz Berlin, AG Charlottenburg HRB 77719
iEYEAREDAAYFAkoW9akACgkQcEKlWnqVgz384ACgoWyLSHOKuVU/dJ1aewNrXrcQ
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.