unlock SVN Command
How to use unlock SVN (Subversion) Command in Linux / Windows?
Explanation
unlock command is used to unlock the files in the working repository.
Usage:
svn unlock <filename>
Example:
- Now the file 'test.txt' was locked in the repository,to unlock the file use unlock cmd,
svn unlock test.txt
Output:-----------------------------------------------
'test.txt' is unlocked by the user 'svntest'.
-------------------------------------------------------
Result:
From the above cmd, the file 'test.txt' was unlocked and it can be edited by the user.