I want to do something like this from within Eclipse: http://svn.collab.net/viewvc/svn?view=rev&revision=33845
I use Subversive 0.7.5 with the Native JavaHL 1.5.3 (r33570) Connector.
I tried to change something in a my working copy of a branch i'd like to tag and creating a Tag with Team -> Tag... But I got the error message:
Tag operation for some of selected resources failed.
A path under version control is needed for this operation
I tried only a tag name and one with full repository path. Both resulted in the same error. This is the error I get:
*** Tag
svn copy "C:/workspace/some_branch" "http://server:8080/svn/project/tags/TagWithChange" -r WORKING -m "TagWithChange" --username "masi"
A path under version control is needed for this operation
Is it possible from within Eclipse?
How would you do something like this from the command line? See my own answer.
Though if I use the following at the command line I get an error:
svn copy "C:/workspace/some_branch" "http://server:8080/svn/project/tags/TagWithChange" -r WORKING -m "TagWithChange" --username "masi"
Error:
svn: Syntax error in revision argument 'WORKING'
I'm using the svn client 1.5.4.