i have this command
“TortoiseProc.exe” /command:update /path:”D:\Work_SVN\projectname”/notempfile
to update working copy.
I also have ‘svn st -u’ to check for modifications from repository.
How to use this command in above syntax.
Bibhu
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the command line client for scripting, not a GUI. You wouldn’t script copying files from one directory to another by simulating the mouse clicking and dragging, would you?