Im trying to run the svn copy command as below.
svn copy https://rb-svn1.in.company.com/svn/Project500/branches \
https://rb-1.in.company.com/svn/cust04/Project500/tags/V1.xx \
-m "Dummy test version V1.xx tag"
But i receive error msg saying that :
svn: Local, non-commit operations do not take a log message or revision properties
Can anyone tell me what is happening here ?
Vatsa
This is done using the 'SVN Checkout' command, followed by the URL of your repository and the location of the repository you just created on your computer. In this example, the command is: svn checkout http://127.0.0.1:9880/New-Project C:\Users\Jessica\Documents\New_Project Hit 'Enter.
svn is the official command-line client of Subversion. Its functionality is offered via a collection of task-specific subcommands, most of which accept a number of options for fine-grained control of the program's behavior.
One way to fix is to edit the PATH environment variable: add the directory that contains svn.exe . You will need to restart Android Studio to make it re-read the PATH variable. Another way is to set the absolute path of svn.exe in the Use command client box in the settings screen that you included in your post.
TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment. Simply the coolest Interface to (Sub)Version Control!
I too encountered this same error when I was trying to create a tag from the command line. The mistake I made is that I have put a space in the tag name.
A few things you need to keep in mind while creating TAGS in SVN:
The correct syntax like this:
svn copy https://.../trunk https://.../tags/"tagname without spaces" -m "Release 1x.x of YourProductName"
This was my $0.02. I hope you find this helpful:)
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