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

RE: Lack of $Id$ support - FAQ

From: Campbell, Matthew A <Matthew.Campbell_at_Relizon.com>
Date: 2004-07-19 19:17:08 CEST

> Someone familiar with the Perl bindings could probably add
> the 'svn propset'
> directly to the script as well...
>

...or with the CLI client and no knowledge of the bindings at all:

system(qw(svn propset svn:ignore -F .cvsignore .));

...or for the uber-lazy...

`svn propset svn:ignore -F .cvsignore .`

...although this latter format is really sloppy and will get you ten lashes
of a wet noodle from many perl hackers.

The first statement, and probably the second as well, is also probably
portable to Windows (provided svn is in the path).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 19 19:22:53 2004

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.