I find it tedious when everytime I need to commit a file.The process goto windows explorer window, right click directory, then click 'Commit'... and then the tortoisesvn commit window.
Anyone know of any shortcut to do this? Maybe press a keyboard shortcut to commit instead of having to right click directory then click commit?
Thank you for saving my productivity!
Select any file and/or folders you want to commit, then TortoiseSVN → Commit.... The commit dialog will show you every changed file, including added, deleted and unversioned files. If you don't want a changed file to be committed, just uncheck that file.
Right-click in an empty area of the folder and select Refresh. You'll see “+” icons on the folders/files, now. Right-click an empty area in the folder once again and select SVN Commit. Add a message regarding what you are committing and click OK.
Read the SVN book, or at least the chapter about fundamental concepts and basic usage. Update means: "take all the new stuff in the repository and apply them in my working copy". Commit means: "take all the changes I've made in my working copy and apply them in the repository"
Right-click on the folder and the Explorer context menu will appear, along with some new TortoiseSVN commands. Select SVN Checkout…' From here you can set the following properties: URL of Repository — the URL of the repository you wish to check out.
See the chapter "automating TortoiseSVN" in the docs.
You could create a shortcut to TortoiseProc.exe and add the command line params there, e.g.:
TortoiseProc.exe /command:commit /path:"path\to\your\workingcopy"
I use autohotkey to do this.
Here are some instructions if you want to use it:
; Change your hotkey here +`:: Run TortoiseProc.exe /command:commit /path:"<path-to-your-working-copy>" return
You should now be able to use shift + tilde (or whatever your choosen hotkey) to invoke the TortoiseSVN commit dialog.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With