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

Re: Feature Request: Override auto-prop as project-specific property

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-23 22:08:58 CET

Schmidt, Maik wrote:

> The department I am working in is using TSVN for a fairly large project
> (about ) using the SVN:needs-lock property set over auto-prop. That
> works well. On the other side I'm working alone on another project
> (about a dozen files only) where I don't use the lock property.
>
> Two occuring problems: 1) I check a new file into my small project and
> forget to delete the SVN:needs-lock property before commiting. Now I
> have that property set and have to delete and commit. That is a bit
> complicated.

Wrong work flow here: you should not delete the property!
The svn:needs-lock property indicates that you should get a lock first
before editing. Then when you commit that file, the lock will be removed
(if you don't explicitely tell it not to).

> 2) We have a lot of students in our deparment, taking a practical course
> or writing their thesis. Often they work with our big project, too. You
> have to remember to setup TSVN on their computers or our projects has
> files without the lock-property checked in.
>
> Feature request: It would be nice to have an TSVN-specific propery on
> repository-level which controls if a auto-prop property is set or not.
> Perhaps something like TSVN:SET_THIS_PROP="SVN:needs-lock","*" or
> something else where TSVN can see what auto-prop it has to set for this
> project only.

That's a feature request for the Subversion library. This was requested
before (and not for the first or only time), but there never was a
consensus on *how* to implement this. I guess as soon as that happens,
it won't take long to have this implemented - but the consensus is the
hard part here.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 23 22:09:17 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.