Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration (SVN-TAG not appearing on configuration options of job after upgrade to Hudson 3.0.1)
Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1163820] Thu, 31 October 2013 08:35 Go to next message
Margs E. is currently offline Margs E.Friend
Messages: 15
Registered: March 2013
Junior Member
Hi All.

I have this problem.

I have upgradedour HUDSON 2.2.1 to 3.0.1. Back then, I did not have any problem with svn-tag. but just recently I noticed that all my jobs does not have the setting/option "Perform SVN Tagging". SO it made me look at the plugins folder @ hudson home and I fount it there. I also tried reinstalling it. But not luck.


Just recently, I downgraded my hudson to 2.2.1 and it appeared, but everytime I would upgrade it to 3.1.0 (as demanded, as needed to be upgraded) It would disappear.

I checked that svn-tag.hpi and svn-tag folder is there.
When I look at the logs, it would say that the plug-in was loaded and initized.
SO I AM MISSING THE ISSUE.

Any help, suggestion and opinion is welcome.
I am so much happy to try all my luck with all the helpful things that will be posted here!


THANKS IN ADVANCE! Smile
Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1232438 is a reply to message #1163820] Thu, 16 January 2014 23:57 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Hi I have released SVN tag plugin v. 1.17-h-2. With this you should be able to tag in Hudson 3.x. I tested it with 3.1.1

At revision 247
Remote Module Location: https://svn.java.net/svn/hudson-test~tpc-test@247.
Tag Base URL: https://svn.java.net/svn/hudson-test~tpc-test/tags/last-successful/svn-tag-test.
There was no old tag at https://svn.java.net/svn/hudson-test~tpc-test/tags/last-successful/svn-tag-test.

Tagged as Revision 248
Finished: SUCCESS


Winston Prakash
Eclipse Hudson team
Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1232492 is a reply to message #1232438] Fri, 17 January 2014 03:31 Go to previous messageGo to next message
Margs E. is currently offline Margs E.Friend
Messages: 15
Registered: March 2013
Junior Member
Very Happy Surprised Very Happy Surprised Very Happy Very Happy Very Happy

Hi Thank you very much for your repsonse!

And thanks for updating the hudson plug-in, really a big help. Now the tagging that I set using command line in hudson can be deleted.

I've checked and I can see the configuration now. I am about to test it Smile


THANKS TO YOU!
Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1234939 is a reply to message #1232438] Thu, 23 January 2014 07:12 Go to previous messageGo to next message
Margs E. is currently offline Margs E.Friend
Messages: 15
Registered: March 2013
Junior Member
Hi Again! The new subversion tagging 1.17 is now visible. However there's a problem, I dont think It's recognizing the '%'.

Our repository subdirectories' names have spaces, so we needed to use %20 when indicating the spaces on their names at TAG BASE URL field. It is working before (using the earlier versions if svn tag plugin and hudson), but now it puts "sample%25201.3%2520repo" instead of "sample 1.3 repo"

I've reseached that '25' converts to "%" on hex.

I hope you could help me again. Or anyone can spare some knowledge Smile thanks in advance! Very Happy

Winston Prakash wrote on Thu, 16 January 2014 18:57
Hi I have released SVN tag plugin v. 1.17-h-2. With this you should be able to tag in Hudson 3.x. I tested it with 3.1.1

At revision 247
Remote Module Location: https://svn.java.net/svn/hudson-test~tpc-test@247.
Tag Base URL: https://svn.java.net/svn/hudson-test~tpc-test/tags/last-successful/svn-tag-test.
There was no old tag at https://svn.java.net/svn/hudson-test~tpc-test/tags/last-successful/svn-tag-test.

Tagged as Revision 248
Finished: SUCCESS

Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1235184 is a reply to message #1234939] Thu, 23 January 2014 19:04 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
It seems, earlier the URL was not encoded correctly. SVN tag plugin 1.17 seems to encodes the URL correctly. So you don't need to supply %20 yourself. When you supply %20 it gets doubly encoded to %2520

Winston Prakash
Eclipse Hudson team
Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1235300 is a reply to message #1235184] Fri, 24 January 2014 02:27 Go to previous messageGo to next message
Margs E. is currently offline Margs E.Friend
Messages: 15
Registered: March 2013
Junior Member
I see. So does it accept any other symbols as is? Like I can freely put in there "#" (since it's part of the sub-repo name) Smile

I can't test it as of now Sad

Winston Prakash wrote on Thu, 23 January 2014 14:04
It seems, earlier the URL was not encoded correctly. SVN tag plugin 1.17 seems to encodes the URL correctly. So you don't need to supply %20 yourself. When you supply %20 it gets doubly encoded to %2520

Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1235304 is a reply to message #1235300] Fri, 24 January 2014 02:44 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Think so. Along with space, all reserved character will be percent encoded. So # would be encoded as %23.

Winston Prakash
Eclipse Hudson team
Re: Hudson SVN-Tag Plug-in 1.16 installed but option not seen on configuration [message #1236780 is a reply to message #1235304] Tue, 28 January 2014 03:42 Go to previous message
Margs E. is currently offline Margs E.Friend
Messages: 15
Registered: March 2013
Junior Member
Hi again Winston!

I still have issues on space and special characters.

neither the literal space nor %20 is being recognized correctly by the hudson.

besides space, we also use '#' which is indicated by using %23, but this was also not recognized.

I hope you can help me again. Smile Thank You in advance!

Winston Prakash wrote on Thu, 23 January 2014 21:44
Think so. Along with space, all reserved character will be percent encoded. So # would be encoded as %23.

[Updated on: Tue, 28 January 2014 05:06]

Report message to a moderator

Previous Topic:cvs permissions
Next Topic:Getting svn exception when we do a checkout from hudson and the build fials
Goto Forum:
  


Current Time: Fri Mar 29 14:29:44 GMT 2024

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

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

Back to the top