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

Re: "svn propset svn:keyword" possible to specify a wildcard?

From: Andrew Nelson <freeandy_at_gmail.com>
Date: 2005-06-07 23:21:16 CEST

Thanks much for the tip. Seems like the auto-props would be more
handy if they could be set and unset on a directory by directory basis
instead of a client by client basis. That way if I'm working on
project1 that wants *.java to have one set of autoprops set I won't
screw up project2 that wants another set of autoprops for *.java.

Maybe your hook would do just that but it would be nice to just have
the files automagically get the correct props set instead of an error
message every time I attempt to commit.

Maybe this could be a feature request? I don't know I've only be
using subversion for 2 days.

//Andy
 

On 6/7/05, David Weintraub <qazwart@gmail.com> wrote:

<snip/>

> You can setup your client's configuration to do just this. However,
> this is CLIENT specific and not server specific. That is, if you move
> to a different machine, you'd have to set it up again.

<snip/>

> I'm currently writing a hook that will prevent a commit from
> completing if files don't have the properties (and the values) that
> you expect. The user would then have to add those properties in order
> to commit their changes.
>
> --
> David Weintraub
> qazwart@gmail.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 9 04:52:51 2005

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.