How to Rename a TortoiseSVN Command Line

Asked 2 years ago, Updated 2 years ago, 101 views

I'm trying to rename the file extensions uniformly using TortoiseProc in TortoiseSVN, but I don't know the option to specify the file name after the renaming.In the example below, we are trying to commit test.txt by renaming it as test.bat.

D:\test_repo>TortoiseProc/command:rename/path:D:\test_repo\test.txt test.bat/noquestion  

Appendix D TortoiseSVN Automation, but how do I handle it without displaying a dialog to enter a new name?Please let me know.

Renames the file specified in /path.A dialog appears asking for a new name for this file.Specify /noquestion to prevent verification when renaming similar files at once.

svn

2022-09-30 11:19

1 Answers

I can't do it with TortoiseProc.exe.It was possible by using svn.exe as an alternative.
Thank you for your reply.

svn rename CURR_PATH NEW_PATH

Browse: TortoiseSVN Commands


2022-09-30 11:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.