Tagged Questions
6
votes
2answers
2k views
Automatically add svn keyword properties for new files (server-side)
I want to add svn properties (like svn:keyword=Id Date Rev Author) to files upon commits of new files.
For this to work there may be two main options:
Client-side: altering the autoprops in the ...
3
votes
2answers
1k views
Subversion: how to remove property on commit
My situation is this: I have a Subversion server set up at my home, and we also use Subversion at the company where I work.
At work, we use the lock/edit/unlock model (mainly because we are ...
0
votes
1answer
47 views
How to force valid properties & values to be set on all files being added/updated in SVN?
Is it possible to force a user who is either committing a change or adding a new file to set valid values for svn:keywords (e.g. Date, Author, & URL)?
It would be great if this behavior could be ...