java - How can I "move" a tag on a file with Subeclipse? -


i have created tag subeclipse :

team > branch/tag...  

i have changed file , want file part of tag have created.

i have tried recreate same tag subeclipse refuses because tag exists.

how can delete , recreate tag changed file ?

or

how can "move" tag on changed file ? (i have cvs background)

i on command-line since branches/tags have special semantic in subclipse.

a tag in svn "directory" in repository copy of files. remove tag , recreate (svn remove) or copy new file tag's location (svn copy).


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -