[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: <dgood_at_fsautomation.com>
Date: 2004-07-19 21:37:59 CEST

On Mon, Jul 19, 2004 at 01:17:08PM -0400, "Campbell, Matthew A" <Matthew.Campbell@Relizon.com> wrote:
> > 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.
>

Sure, except you'd probably want to use

    svn propset svn:keywords "Id" $File::Find::name

for these rather than svn:ignore ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

AdmID:694C7EF31D0ACD6D3B3B6CBCACA90148

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

  • application/octet-stream attachment: Mime.822
Received on Mon Jul 19 21:35:39 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.