Hi,
is this generally not possible with SVN or is it just missing in TortoiseSVN (using TortoiseSVN 1.7.6, Build 22632 - 32 Bit , 2012/03/08 18:29:39)?
Background:
We are using svn:externals property to set all our components to the currently released version (they reside in a separate components repository).
The normal developer should not be allowed to commit changes to the svn:externals property (only locally in his working copy to continue development).
So my idea was to always keep that property locked, but TortoiseSVN only allows me to lock files.
Thank you very much.
Kind regards,
Dennis Gertitschke
A lock prevents the developer from changing whatever-is-locked, even
locally. For this workflow, I think you want a pre-commit script on
the server instead.
Dale McCoy
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936182
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
Agreed.
Locks are not binding, only advisory. And they are implemented by the
subversion library, not TSVN, so there is no way to do what you are
asking using current SVN functionality.
Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936184
My understanding is all a "lock" does nothing locally. If you have svn:needs-lock set all it does it set the local file to read only.
So, I do think you can lock the files and the users should be able to change them locally. What am I missing?
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936241
The OP wants to put a lock on the svn:external properties so that
developers can make local changes but cannot commit any changes to
this property.
Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936270
thanks for the information.
I will check with our IT department if a server hook script can be made.
Simon
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936270
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2936600