Lock each TARGET. If any TARGET is already locked by another user, print a warning and continue locking the rest of the TARGETs. Use --force to steal a lock from another user or working copy.
Questions tagged [svn-lock]
7 questions
4
votes
1 answer
Concurrent SVN updates on the same workspace
In my company we use Jenkins to build our C++ applications. As the projects are strongly interconnected and we use a hierarchical make structure, we check out the whole source code as one big workspace.
We then use different Jenkins projects that…

luke
- 81
- 6
2
votes
1 answer
How to disable svn-needs-lock by default?
After I got a fresh workstation computer, there is something different with my SVN setup.
All files I create have svn:needs-lock property set by default. Actually this wasn't the case in the past and I do not really need it because there too little…

Christian Rockrohr
- 1,045
- 1
- 14
- 29
1
vote
1 answer
How can I determine for a user svn the list of his locked files
What we need: in case of drop out a task or a development, the developer should unlock all files he is locking.
Is there a simple way to check for a specified USER the list of all files he is locking ?
We are running Subversion on a Linux server…

Aymanadou
- 1,200
- 1
- 14
- 36
1
vote
1 answer
Why does `svn update` unlock files and what is status B
I use the Enterprise Architect which used svn lock to lock model files inside the the subversion repository. For example:
>svn status
K Documents\UML\eaB\B2ACB6CFF398.xml
K Documents\UML\eaB\BE1936A1AE75.xml
K …

Martin
- 11,577
- 16
- 80
- 110
1
vote
1 answer
Working copy is locked
I have created a new branch inside my most updated check out. Now am trying to remove it with 'undo add' but all it does is delete the files, keep the structure and folders, but gives me the message 'Working Copy locked'.
My Questions are:
a) Can I…

wilsonlego
- 97
- 1
- 2
- 15
0
votes
2 answers
SubGit: Git hook to lock a svn file if non locked, or reject commit if locked by another user
Context:
I'm working on a big UE4 project. Currently we're using SVN as our VCS, but I've always been a git developer and having a local repo, local branches, and stashes are things I'm not willing to loose.
So, I've started using SubGit to work on…

nahuelarjonadev
- 123
- 9
0
votes
1 answer
SVN prevent commit without lock?
I need to prevent users from committing one specific file under svn unless they got a lock for it. I used the svn:needs-lock property and it does what I want, but there is a limitation there - users cannot edit the file locally for testing purposes.…

mlnyc
- 2,636
- 2
- 24
- 29