Skip to content

Lykathia/svnlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

svnlock

Recursively locks/unlocks all files in a given SVN directory.

####Usage

The u option unlocks all files in the given directory recursively.
The m option gives a message when locking the files.
The p option prompts the user for their SVN password.

#####SYNOPSIS svnlock [-u] [-p] [-m ] dir

#####Example

$ ./svnlock.sh -u -p /path/to/repo
Enter SVN Password: 
Now running ...
Gathering files
'Makefile' unlocked.
'.gitignore' unlocked
All files in /path/to/repo unlocked.

About

Recursively locks all files in a given SVN directory. (For migrating source code over to git ;))

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages