Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Multiple project tag creation issue
Multiple project tag creation issue [message #11714] Tue, 15 January 2008 20:20 Go to next message
Erik is currently offline ErikFriend
Messages: 3
Registered: July 2009
Junior Member
I'm using Windows XP, Eclipse 3.3.1.1, Web Tools 2.0.1 and Subversive
1.1.9.02 on the client side. And SVN 1.3.1 and Suse Linux for the server
side. The issue I'm seeing is that if I highlight two projects
simultaneously in my eclipse workspace (both of which are shared to the
same SVN repository) and create a tag (right click Team/Tag...) I'm seeing
a weird doubling of the svn copy commands being run in the eclipse
console. What I am seeing is....

svn mkdir
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4" -m
"" --username "erik"
svn copy "C:/DevJava/workspace/DsdExampleEAR"
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleEAR"
-r WORKING -m "" --username "erik"
A C:/DevJava/workspace/DsdExampleEAR
svn copy "C:/DevJava/workspace/DsdExampleWAR"
" http://svn.dsdjava.internalcom:8080/svn/repos/dsd/tags/stupi dTest4/DsdExampleEAR"
-r WORKING -m "" --username "erik"
A C:/DevJava/workspace/DsdExampleWAR
C:/DevJava/workspace/DsdExampleWAR/src/com/fdc/dsd/common/te st/SsoTokenServiceTester.java
svn copy "C:/DevJava/workspace/DsdExampleEAR"
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleWAR"
-r WORKING -m "" --username "erik"
A C:/DevJava/workspace/DsdExampleEAR
svn copy "C:/DevJava/workspace/DsdExampleWAR"
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleWAR"
-r WORKING -m "" --username "erik"
A C:/DevJava/workspace/DsdExampleWAR

whereas what I'd expect is...

svn mkdir
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4" -m
"" --username "erik"
svn copy "C:/DevJava/workspace/DsdExampleEAR"
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleEAR"
-r WORKING -m "" --username "erik"
A C:/DevJava/workspace/DsdExampleEAR
svn copy "C:/DevJava/workspace/DsdExampleWAR"
" http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleWAR"
-r WORKING -m "" --username "erik"
A C:/DevJava/workspace/DsdExampleWAR

So I end up with both the DsdExampleEAR and DsdExampleWAR projects being
copied into both
http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleEAR
and
http://svn.dsdjava.internal.com:8080/svn/repos/dsd/tags/stup idTest4/DsdExampleWAR
instead of what I expected and what has happening with a previous version
(I assume it was working fine with 1.1.9.01, but I'm not 100% sure. It
may have broken for us during an upgrade even prior to that.)
Re: Multiple project tag creation issue [message #11788 is a reply to message #11714] Wed, 16 January 2008 17:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alexander.gurov.polarion.org

Hi Erik,


Thank you for reporting this issue. The issue is known and it relates to
both versions: 1.1.9.02 and 1.1.9.01.

In order to avoid the problem please update your Subversive instance to
the latest version which is distributed from the Eclipse.org site. If the
problem is not critical for you, you can wait for the new Subversive build
which will be published at the end of this week. New build will simplify
installation process in compare to version currently available at
Eclipse.org.

Please visit http://www.eclipse.org/subversive/downloads.php page for
further directions.
Re: Multiple project tag creation issue [message #11821 is a reply to message #11788] Wed, 16 January 2008 21:32 Go to previous message
Erik is currently offline ErikFriend
Messages: 3
Registered: July 2009
Junior Member
Great news. Thank you very much Alexander.

-Erik
Previous Topic:I am unable to compare branched code with latest trunk code
Next Topic:Is there a possibility to create tags more easily?
Goto Forum:
  


Current Time: Tue Mar 19 08:14:21 GMT 2024

Powered by FUDForum. Page generated in 0.02093 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top