[Issue 1649] New - Add tag/labelling support to ClearCase

View: New views
13 Messages — Rating Filter:   Alert me  

[Issue 1649] New - Add tag/labelling support to ClearCase

by redsolo-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649
                 Issue #|1649
                 Summary|Add tag/labelling support to ClearCase
               Component|hudson
                 Version|current
                Platform|All
              OS/Version|All
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|clearcase
             Assigned to|redsolo
             Reported by|redsolo






------- Additional comments from redsolo@... Tue May  6 14:32:34 +0000 2008 -------
Make it possible to tag an already built workspace as CVS and SVN.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by redsolo-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from redsolo@... Wed May 14 20:16:00 +0000 2008 -------

> For UCM I think we would need the following for the full functionality
>
> * Baseline build: Checkbox
> * Baseline name pattern: a single line field where the user can write
> something like MyProjectName_$BUILD_ID
> * BaseLine comment pattern: a single line field where the user can write
> something like "Baseline created by hudson. tag: $BUILD_TAG
> * Lock Stream: Checkbox. The stream is only locked for the duration of the
> checkout.
> * Lock Stream user: The ClearCase user hudson is running as, hudson will
> lock the stream for everyone except this user. This is needed otherwise
> hudson wont be allowed to baselin

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by sunfire-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649



User sunfire changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from sunfire@... Mon Jun 30 19:14:24 +0000 2008 -------
Doing some work in 0.7 branch with UCM baselines

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by sunfire-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649



User sunfire changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|redsolo                   |sunfire
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from sunfire@... Mon Jun 30 19:18:18 +0000 2008 -------
Working on this in 0.7 branch

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by scm_issue_link :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from scm_issue_link@... Fri Jul  4 19:23:27 +0000 2008 -------
Code changed in hudson
User: : sunfire
Path:
http://fisheye4.cenqua.com/changelog/hudson/?cs=10640
Log:
HUDSON-1649


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by sunfire-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649



User sunfire changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from sunfire@... Tue Aug 19 07:33:40 +0000 2008 -------
Tagging:
* Make baseline works
* Recommend baseline works

Outstanding issues:
* Locking the stream during build. Error in Hudson code prevented this, will
look into it when Hudson is fixed (probably already fixed!)

Do we really need this feature? We should have it to make sure that the
baselines are correct, i.e. that they are what we built and not latest in stream.


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by scm_issue_link :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from scm_issue_link@... Tue Aug 19 08:15:25 +0000 2008 -------
Code changed in hudson
User: : sunfire
Path:
 branches/clearcase-0.7-SNAPSHOT/src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11611
Log:
HUDSON-1649


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by sunfire-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from sunfire@... Thu Aug 21 17:40:48 +0000 2008 -------
From what I undertand, setting the user (in order to lock the stream) is not
possible without doing "su" in unix..
If someone knows some other way to do this we can implement it, otherwise I'm
thinking about dropping the user/password requirement (or moving it to another
issue) and release this fix.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by scm_issue_link :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from scm_issue_link@... Tue Sep  2 21:03:31 +0000 2008 -------
Code changed in hudson
User: : sunfire
Path:
 trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java
 trunk/hudson/plugins/clearcase/src/main/resources/hudson/plugins/clearcase/ucm/UcmMakeBaseline/config.jelly
 trunk/hudson/plugins/clearcase/src/main/webapp/ucm/mkbl/lock.html
 trunk/hudson/plugins/clearcase/src/main/webapp/ucm/mkbl/recommend.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=11958
Log:
HUDSON-1649


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by scm_issue_link :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from scm_issue_link@... Tue Sep  2 21:13:54 +0000 2008 -------
Code changed in hudson
User: : sunfire
Path:
 trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11959
Log:
HUDSON-1649


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by scm_issue_link :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from scm_issue_link@... Tue Sep 16 20:03:51 +0000 2008 -------
Code changed in hudson
User: : sunfire
Path:
 trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java
 trunk/hudson/plugins/clearcase/src/main/resources/hudson/plugins/clearcase/ucm/UcmMakeBaseline/config.jelly
 trunk/hudson/plugins/clearcase/src/main/webapp/ucm/mkbl/help.html
 trunk/hudson/plugins/clearcase/src/main/webapp/ucm/mkbl/type.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=12147
Log:
HUDSON-1649


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by scm_issue_link :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649






------- Additional comments from scm_issue_link@... Wed Sep 17 09:03:38 +0000 2008 -------
Code changed in hudson
User: : sunfire
Path:
 trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ucm/UcmMakeBaseline.java
 trunk/hudson/plugins/clearcase/src/main/resources/hudson/plugins/clearcase/ucm/UcmMakeBaseline/config.jelly
 trunk/hudson/plugins/clearcase/src/main/webapp/ucm/mkbl/identical.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=12170
Log:
HUDSON-1649


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1649] Add tag/labelling support to ClearCase

by sunfire-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://hudson.dev.java.net/issues/show_bug.cgi?id=1649



User sunfire changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from sunfire@... Tue Sep 30 21:03:53 +0000 2008 -------
FIXED

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...

LightInTheBox - Buy quality products at wholesale price