active questions tagged clearcase - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T12:28:51Z http://stackoverflow.com/feeds/tag/clearcase http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1936313/how-to-get-cleartool-diff-to-return-to-command-line-while-diff-viewer-is-still-op 1 How to get cleartool diff to return to command line while diff viewer is still open? talkaboutquality 2009-12-20T16:46:31Z 2009-12-20T19:46:15Z <p>As described in one of the answers to SO question "<a href="http://stackoverflow.com/questions/375398/any-way-to-use-a-custom-diff-tool-with-cleartool-clearcase">Any way to use a custom diff tool with cleartool/clearcase?</a>" I have installed WinMerge and a single diff opens fine in WinMerge based on a command of the form</p> <p>cleartool diff -g filename filename@@clearcase-virtual-path-to-version-I-want-to_compare-to</p> <p>But when I run that command in cygwin, it does not return to the command prompt until I exit WinMerge.</p> <p>I want to execute a few such commands from a .bat file or shell script (one for each file in the change set of a given ClearCase activity) and have it either open multiple WinMerge instances, or multiple windows in a single WinMerge instance.</p> <p>I was able to do that once but I've forgotten how. Can someone remind me?</p> <p>I sense that this is not really a ClearCase question, but perhaps a DOS or shell question about spawning processes from the cygwin command line ...</p> http://stackoverflow.com/questions/1175248/what-clearcase-plugin-to-use-with-eclipse 2 what clearcase plugin to use with eclipse Arthur Ulfeldt 2009-07-24T00:35:09Z 2009-12-18T16:08:20Z <p>Which Clearcase plugin should I use for eclipse 3.5+?</p> <ul> <li>which is easiest to use? </li> <li>which is most reliable?</li> <li>can any of the plugins handle working with multiple views cleanly?</li> </ul> http://stackoverflow.com/questions/1263012/clearcase-remote-client-cli 1 ClearCase Remote Client CLI? German 2009-08-11T21:24:25Z 2009-12-17T12:45:39Z <p>Hi, I'm struggling with using ClearCase at my current job and it's a REAL pain, considering that we were using CVS last year.</p> <p>I'm trying to make a build server that downloads the code from ClearCase, compiles it and generates all the distributions. The build server must be RHEL5 and the ClearCase server is a Windows machine, so I don't think using normal ClearCase client would be an option.</p> <p>Is there any possible way of having a ClearCase CLI client that just downloads the code?</p> <p>I'm looking into CCRC but it seems that has no CLI interface. I also looked into <a href="http://www.ibm.com/support/docview.wss?rs=984&amp;context=SSSH27&amp;dc=D400&amp;uid=swg24021929&amp;loc=en%5FUS&amp;cs=UTF-8&amp;lang=en&amp;rss=ct984rational" rel="nofollow">IBM page</a> but it needs a "CCSHARED" dependency that I have no idea of where it could be. I installed CCRC for Linux and pointed to the install directory with no success: </p> <pre><code>german@Shakuras:/instaladores/linux/CCRCCLI$ ./rcleartool rcleartool&gt; rcleartool&gt; update Exception in thread "main" java.lang.NoClassDefFoundError: javax/wvcm/WvcmException at com.ibm.rational.ccrc.cli.command.ClearWan.main(Unknown Source) german@Shakuras:/instaladores/linux/CCRCCLI$ </code></pre> <p>`</p> http://stackoverflow.com/questions/1892508/hudson-integration-with-ucm-clearcase 1 Hudson integration with UCM ClearCase hudson_newbie 2009-12-12T06:01:15Z 2009-12-15T11:33:12Z <p>I have a linux build machine with JBoss, UCM ClearCase and ant installed. I would like to find out how to configure a continuous integration using Hudson and Hudson clearcase plugin. Can I use an existing dynamic view that is already created. Please give me some basic steps. Thank you in advance.</p> http://stackoverflow.com/questions/369697/command-line-to-delete-all-clearcase-view-private-files 1 Command line to delete all ClearCase view-private files mbyrne215 2008-12-15T21:04:36Z 2009-12-15T11:24:21Z <p>I'm looking for a command line to remove all view-private files and directories from a ClearCase view on Windows. I have Cygwin available as well.</p> <p>The script available at <a href="http://www.ibm.com/developerworks/rational/library/4687.html" rel="nofollow">this article</a> is not quite what I want, since I'm working with a large number of files and want to delete them all without having to select each one.</p> http://stackoverflow.com/questions/1311623/find-files-in-clearcase 1 find files in clearcase rene marxis 2009-08-21T12:19:56Z 2009-12-15T11:19:59Z <p>hello</p> <p>situation: one vob, 2 views (main dev and branch view).</p> <p>i need to find all files that where created in the branch view and therefore can't be found via merge manager.</p> <p>anyone able to help?</p> <p>thanks</p> http://stackoverflow.com/questions/1898330/clearcase-activity-not-baselined 1 ClearCase - Activity not baselined Chris 2009-12-14T00:17:44Z 2009-12-14T04:54:39Z <p>I have been taught that when you create an activity based baseline the selected activities are baselined and the newest version of all the other files in the vob are baselined. When I baselined the other day I found that this did not happen. Two files had version 2 baselined again, not version 3. Versions 2 and 3 are different.</p> <p>To create the baseline I use a similar command as: </p> <pre><code>mkbl -c "This is my comment" -activities Activity@/vobs/46002913/46002913_pvob -full -view 46002913_ucmview_int BaselineId </code></pre> <p>Is what I was taught wrong or am I using a malformed command?</p> http://stackoverflow.com/questions/763099/flexible-vs-static-branching-git-vs-clearcase-accurev 9 Flexible vs static branching (GIT vs Clearcase/Accurev) jbhope 2009-04-18T07:45:39Z 2009-12-14T03:44:59Z <p>My question is about the way in which GIT handles branches: whenever you branch from a commit, this branch won’t ever receive changes from the parent branch unless you <em>force</em> it with a merge.</p> <p>But in other systems such us Clearcase or Accurev, you can specify how branches get filled with <em>some sort of inheritance mechanism</em>: I mean, with Clearcase, using a config_spec, you can say “get all the files modified on branch /main/issue001 and then continue with the ones on /main or with this specific baseline”.</p> <p>In Accurev you also have a similar mechanism which let’s streams receive changes from upper branches (streams how they call them) without merging or creating a new commit on the branch.</p> <p>Don’t you miss this while using GIT? Can you enumerate scenarios where this <em>inheritance</em> is a must?</p> <p>Thanks</p> <p><strong>Update</strong> Please read VonC answer below to actually focus my question. Once we agree "linear storage" and DAG based SCMs have different capabilities, my question is: <strong>which are the real life scenarios (especially for companies more than OSS) where linear can do things not possible for DAG? Are they worth?</strong></p> http://stackoverflow.com/questions/1843207/clearcase-ucm-working-with-streams-and-components-how 1 Clearcase UCM - Working with streams and components, how? unknown (google) 2009-12-03T21:55:24Z 2009-12-09T21:19:14Z <p>My co-workers and I are relatively need to the stream idea with Clearcase UCM. Currently management has created streams for each functional software package, each of which has defined interfaces and lives within a layered architecture. Developers create child streams depending on the package they are working in, and attempt to develop their code independently, however they normally have dependencies on other packages during initial development. This has caused our integration group to create system builds that developers then use to create an adequate environment to develop their software and manually pull in dependencies (i.e. zip files, patches, etc.).</p> <p>My contention is that this is wrong and not how UCM was intended to be used, but I needed someone more familiar with UCM to confirm my beliefs.</p> <p>I believe that streams should be created from a functional point of view (while each package does some function, multiple architectural packages contribute to achieving some customer function, call it "ABC"). Then, the component for each architectural component which is perfomring initial development for function "ABC" is added to the stream. All developers for function "ABC" now work in the stream (or in some set of child streams) to complete that function. Once complete you have a baseline for each UCM component, and no "binding" between components exists from UCM's point of view (someone claimed this could somehow happen within UCM due to Activity Records).</p> <p>NOTE: I agree that maybe you don't work this way FOREVER, but during initial development where interfaces commonly change, you haven't implemented all the interfaces for all functions, and so having multiple components working together in a stream makes the most sense. Later you can transition to a "architectural package-centric" way of working where each package is independent of changes in another.</p> <p>Thoughts? Sorry for the long post, I felt the detail was necessary.</p> http://stackoverflow.com/questions/1873768/evil-twin-triggers -1 Evil twin triggers Rational Admin 2009-12-09T13:08:49Z 2009-12-09T14:55:50Z <p>Hi;</p> <p>Can anyone share the evil twin trigger code with me? OS : IBM AIX and Windows</p> http://stackoverflow.com/questions/1799477/cleartool-error-operation-get-cleartext-failed-permission-denied 1 ClearTool Error: Operation "get cleartext" failed: Permission denied. Andrew Garrison 2009-11-25T19:43:17Z 2009-12-09T09:57:09Z <p>When trying to compile a project with TeamCity, I am getting an error from cleartool:</p> <blockquote> <p>"get cleartext" failed: Permission denied.</p> </blockquote> <p>The command that is failing is a call to cleartool get:</p> <pre><code>cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 </code></pre> <p>What's strange though, is that if I manually execute this command from the command line, it works fine (ERRORLEVEL is 0, no error messages, etc).</p> <p><strong>Has anyone else seen such a message, or have any idea what could be wrong?</strong></p> <p><hr></p> <p>Here are the details of my setup:</p> <ul> <li>TeamCity Professional Version 4.5.5 (build 9103)</li> <li>TeamCity is using the my user account for its Build Agent.</li> <li>TeamCity is attempting to connect to a ClearCase Dynamic view: D:\CCdata\snapview\andrew_CI_view</li> </ul> <p>Settings from the Administration > Edit Build Configuration > Edit VCS Root Page:</p> <ul> <li>Type of VCS: ClearCase</li> <li>ClearCase View Path: V:\andrewCIview</li> <li>Relative path within the view: My_vob\MyProject</li> <li>Use ClearCase: BASE</li> <li>No Checkout Rules</li> </ul> <p>ClearCase 7.0.1.3-IFIX01</p> <p>Config Spec for Dynamic View:</p> <pre><code>element * CHECKEDOUT element * .../MyProject/LATEST </code></pre> <p><hr></p> <p>Here are the relevant lines from the teamcity-vcs.log</p> <pre><code>[2009-11-25 13:20:20,905] INFO [ Cached pool 12] - jetbrains.buildServer.VCS - ClearCase executing cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 [2009-11-25 13:20:20,905] INFO [ Cached pool 12] - .clearcase.ClearCaseConnection - interactive execute: cleartool get -to C:\TeamCity\temp\cc_35875temp V:\andrew_CI_view\My_vob\MyProject@@\main\branch\7\Apps\main\branch\1\MyProject.Apps.FileTransferUtility\main\branch\1\App.xaml\main\branch\1 [2009-11-25 13:20:21,155] INFO [ Cached pool 12] - jetbrains.buildServer.VCS - ClearCase executing cleartool quit [2009-11-25 13:20:21,155] INFO [ Cached pool 12] - .clearcase.ClearCaseConnection - interactive execute: cleartool quit [2009-11-25 13:20:21,155] WARN [ Cached pool 12] - jetbrains.buildServer.VCS - Failed to build patch for build #15, build id: 17, VCS root: ClearCaseVCS, due to error: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. jetbrains.buildServer.vcs.VcsException: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.loadFile(CCPatchProvider.java:171) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.access$200(CCPatchProvider.java:31) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider$2.processFile(CCPatchProvider.java:111) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheProcessor.processAllRevisions(CacheProcessor.java:71) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheElement.processAllVersionsInternal(CacheElement.java:178) at jetbrains.buildServer.buildTriggers.vcs.clearcase.structure.CacheElement.processAllVersions(CacheElement.java:96) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection.processAllVersions(ClearCaseConnection.java:665) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.buildPatch(CCPatchProvider.java:52) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.buildPatchForConnection(ClearCaseSupport.java:294) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport.buildPatch(ClearCaseSupport.java:281) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseSupport$7.buildPatch(ClearCaseSupport.java:755) at jetbrains.buildServer.serverSide.impl.projectSources.BuildPatchUtil$1.buildPatch(BuildPatchUtil.java:2) at jetbrains.buildServer.vcs.VcsSupportUtil.buildPatch(VcsSupportUtil.java:81) at jetbrains.buildServer.serverSide.impl.projectSources.BuildPatchUtil.buildPatch(BuildPatchUtil.java:2) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildCleanPatchToStream(PatchComposer.java:121) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.access$100(PatchComposer.java:65) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer$2.constructPatch(PatchComposer.java:1) at jetbrains.buildServer.serverSide.impl.projectSources.SmallPatchCache.getCachedCleanPatch(SmallPatchCache.java:36) at jetbrains.buildServer.serverSide.impl.projectSources.PatchCacheImpl.requestCachedPatch(PatchCacheImpl.java:25) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.getOrMakeCacheableCleanPatch(PatchComposer.java:140) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.makePatch(PatchComposer.java:36) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildPatchForRoot(PatchComposer.java:71) at jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer.buildPatch(PatchComposer.java:125) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl.buildPatch(BuildTypeImpl.java:290) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl$$FastClassByCGLIB$$a84db719.invoke(&lt;generated&gt;) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at jetbrains.buildServer.serverSide.impl.auth.TeamCityMethodSecurityInterceptor.invoke(TeamCityMethodSecurityInterceptor.java:33) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.Cglib2AopProxy$FixedChainStaticTargetInterceptor.intercept(Cglib2AopProxy.java:582) at jetbrains.buildServer.serverSide.impl.BuildTypeImpl$$EnhancerByCGLIB$$effc1aaa.buildPatch(&lt;generated&gt;) at jetbrains.buildServer.serverSide.impl.BuildStarter$2.call(BuildStarter.java:5) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: java.io.IOException: cleartool: Error: Operation "get cleartext" failed: Permission denied. at jetbrains.buildServer.buildTriggers.vcs.clearcase.process.InteractiveProcess.executeAndReturnProcessInput(InteractiveProcess.java:64) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection$ClearCaseInteractiveProcess.copyFileContentTo(ClearCaseConnection.java:997) at jetbrains.buildServer.buildTriggers.vcs.clearcase.ClearCaseConnection.loadFileContent(ClearCaseConnection.java:308) at jetbrains.buildServer.buildTriggers.vcs.clearcase.CCPatchProvider.loadFile(CCPatchProvider.java:141) ... 37 more </code></pre> http://stackoverflow.com/questions/33577/how-do-i-perform-a-recursive-checkout-using-clearcase 2 How do I perform a recursive checkout using ClearCase? jm 2008-08-28T22:44:22Z 2009-12-08T20:01:42Z <p>I want to check out all files in all subdirectories of a specified folder.</p> http://stackoverflow.com/questions/1866926/unset-ucm-activities 1 unset UCM activities Rational Admin 2009-12-08T13:20:08Z 2009-12-08T13:53:40Z <p>Hi;</p> <p>How to Unset Current UCM Clearcase Activity from CCRC? Pls respond.</p> http://stackoverflow.com/questions/1688061/continuous-integration-with-teamcity-and-clearcase 3 Continuous Integration with Teamcity and Clearcase zac 2009-11-06T14:47:32Z 2009-12-08T11:08:03Z <p>Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?</p> http://stackoverflow.com/questions/1562991/migrating-clearcase-to-x 2 Migrating Clearcase to X nav.jdwdw 2009-10-13T21:25:23Z 2009-12-05T19:27:59Z <p>I was asked to choose an open-source alternative to Clearcase-UCM, and I need an advice what would be the best match. Given below are some parameters I've collected:</p> <ul> <li>Half of the development teams use the Integration view, development view, rebase and delivery methodology. The rest just work straight on their integration stream with private views as if it was trunk.</li> <li>all the teams use baselines for labeling versions. </li> <li>They claim to be facing merging problems with Clearcase-UCM, so the alternative must have merging capabilities well designed.</li> <li>Zero maintenance - there is no VCS admin for the tool.</li> <li>Windows based development, so the tool must have a good win32 support.</li> <li>IDE integration (eclipse).</li> <li>Mac-OS support.</li> <li>nice to have: migration tool.</li> </ul> <p>What tool will fit both working methods (neither of the groups is going to adopt the other method)? I have svn, mercurial, and git as alternative so far. will one of them fit? Are there any other choices?</p> http://stackoverflow.com/questions/1833544/clearfsimport-to-new-stream 1 clearfsimport to new stream Rational Admin 2009-12-02T15:16:26Z 2009-12-02T16:26:35Z <p>Hi;</p> <p>I am familiar with clearfsimport and importing files in to Clearcase. </p> <p>I have a new child stream just created. If I say that I want to import bulk of files, is there any special ways to import the files to Clearcase streams? I only understand that the files can be imported based on the VOB/Component specification and not with respect to UCM streams.</p> <p>Kindly respond</p> http://stackoverflow.com/questions/1787070/setting-up-teamcity-to-work-with-clearcase 1 Setting up TeamCity to work with ClearCase Andrew Garrison 2009-11-24T00:33:35Z 2009-12-01T20:59:27Z <p>I'm trying to setup TeamCity to work with ClearCase for continuous integration, and I've been having a few problems. TeamCity is complaining that it cannot build the patch for the build. I've been scouring the internet for information on ClearCase and TeamCity, and there is a surprisingly small amount of information on the topic. Has anyone had any success with getting TeamCity to work with ClearCase?</p> <p>Here's my build log:</p> <pre><code>[18:09:11]: Updating sources (2s) [18:09:13]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:13]: Will repeat attempt when server will be available, number of attempts left: 2 [18:09:23]: Updating sources (1s) [18:09:25]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:25]: Will repeat attempt when server will be available, number of attempts left: 1 [18:09:35]: Updating sources (2s) [18:09:37]: [Updating sources] Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase, due to error: Cannot get version in view 'D:\CCdata\my_vob\my_project' for the directory D:\CCdata\my_vob\my_project [18:09:37]: [Updating sources] Patch is broken, can be found in file: C:\TeamCity\buildAgent\temp\cache\temp58518patch10 [18:09:37]: [Updating sources] Error while applying patch: Failed to build patch for build #1.0.23-November-2009.18:09:09, build id: 10, VCS root: ClearCase... </code></pre> <p>Here's the <a href="http://www.jetbrains.net/devnet/servlet/JiveServlet/download/5250872-11254/teamcity-vcs.log.zip" rel="nofollow">teamcity-vcs.log</a> file:</p> http://stackoverflow.com/questions/1826897/clearcase-remote-client-in-visual-studio-2008-on-a-64-bit-client 1 Clearcase Remote Client in Visual Studio 2008 on a 64-bit client? Greg Hurlman 2009-12-01T15:24:12Z 2009-12-01T16:11:56Z <p>I've been trying to get the CCRC 7.0.1 client working inside Visual Studio 2008 SP1 on a Windows Server 2008 R2 x64 client. Right now, it works inside VS2005 on the same client. I've been following the instructions on <a href="http://www-01.ibm.com/support/docview.wss?rs=984&amp;uid=swg24017991" rel="nofollow">this support page from IBM</a>, but haven't had any luck. Has anyone gotten VS2008 working with the CCRC 7.0.1 on a 64-bit system? What am I missing?</p> http://stackoverflow.com/questions/1074580/clearcase-advantages-disadvantages 17 ClearCase advantages/disadvantages Benedikt Eger 2009-07-02T14:09:11Z 2009-11-30T18:36:15Z <p>Because I'm currently struggeling to learn IBM Rational ClearCase, I'd like to hear your professional opinion.</p> <p>I'm particularly interested in advantages/disadvantages compared to other version-control-systems like Subversion or Git.</p> http://stackoverflow.com/questions/1297176/what-clearcase-eclipse-plugin-to-use-in-order-to-work-on-both-clearcase-6-and-7-p 1 What Clearcase eclipse-plugin to use in order to work on both clearcase 6 and 7 projects? Dexter Ang 2009-08-18T23:46:42Z 2009-11-26T09:02:24Z <p>Using Eclipse 3.5, what clearcase plugin to use in order for me to work on both clearcase 6 and 7 projects? </p> http://stackoverflow.com/questions/487737/using-visual-studio-2005-with-clearcase-eclipsed-files 1 Using Visual Studio 2005 with ClearCase Eclipsed Files Mikeage 2009-01-28T14:10:14Z 2009-11-25T18:39:26Z <p>I'm trying to use Visual Studio 2005 with ClearCase eclipsed files (view private which "eclipse" a versioned file), but any time I save the file in VS, it becomes uneclipsed, and returns to the versioned file. In Linux, I use VIM instead of Visual Studio, and get around this problem by setting backupcopy=yes, thereby forcing it to save files by writing to a new file and then copying the new file over the existing one, instead of moving the original file out of the way (which undoes the eclipse) and then writing a new file, but in Windows, I'd like to use Visual Studio (since the tree also includes C# code compiled under VS). Is there any way to teach it to save files this way?</p> http://stackoverflow.com/questions/1577980/how-to-find-out-all-the-activities-happend-in-a-branch-in-the-last-month 1 how to find out all the activities happend in a branch in the last month? Haiyuan Zhang 2009-10-16T13:13:22Z 2009-11-23T21:21:39Z <p>Hi Guys,</p> <p>My problem is that The code in the branch I'm working in for some reason is corrupted now , but I didn't make any label in the branch so It's hard to "roll back" the code to a valid status. </p> <p>But I'm sure a month ago the code is in the quite healthy status , so I'd like to know all the activities happen in the branch in the last month then I can manully roll back each activity .</p> <p>So As title, could any one of you tell me how to list all the activities happend in a branch in the last month ?</p> <p>thanks in advance. </p> http://stackoverflow.com/questions/868789/whats-the-best-way-to-migrate-from-sourcesafe-to-clearcase 3 What's the best way to migrate from SourceSafe to ClearCase? MaSuGaNa 2009-05-15T13:49:38Z 2009-11-23T08:37:14Z <p>We currently have a fat SourceSafe DB with ten years of code in it. We're looking for an easy and stable way to import all of this in to a new Clearcase/Jazz environment.</p> <p>What is the best best method of doing this and are there any tools out there to do this automagically?</p> http://stackoverflow.com/questions/1777149/how-to-change-views-with-clearcase-on-eclipse 2 how to change views with clearcase on eclipse Arthur Ulfeldt 2009-11-21T23:34:12Z 2009-11-22T01:37:31Z <p>I'm using eclipse to work on a HUGE C project and it works generally well except for not being able to change views. I create a new project and set the project source to the clearcase vob directory and it works just fine except it stores the project files in the vob. then when I change views the project cant be opened because its meta-data is sitting in the old view. I can create a new project but eclipse refuses to have two projects with the same path so I (probably unwisely) remove the original project and create it again. I'm spending too much time waiting for the indexer every time I switch views.</p> <p>How can I switch views with out having to re-index everything?</p> http://stackoverflow.com/questions/1764329/clearcase-ucm-best-practices-using-components 3 ClearCase UCM - best practices using components... zac 2009-11-19T15:57:00Z 2009-11-20T05:19:38Z <p>We are migrating a fairly large codebase from VSS to Clearcase w\ UCM and are considering organizing our source into one or more components within a single project. What best practices\potential pitfalls should we keep in mind? </p> <p>The source is organized into layers (data layer, business layer, GUI layer). The team is fairly small, developers tend to own a certain layer of the codebase and we anticipate a fair amount of branching due to parallel development efforts. </p> http://stackoverflow.com/questions/1388483/is-there-a-way-to-use-an-env-variable-from-ccrc-to-a-non-interactive-trigger 2 Is there a way to use an Env Variable from CCRC to a non-interactive trigger? scisci 2009-09-07T09:40:29Z 2009-11-13T07:39:55Z <p>Hi!</p> <p>I have a (clearcase) preop non-interactive trigger that needs to evaluate an environment variable value (from client side) in order to perform some checks.</p> <p>Is there a way or w/a to pass such environment variable value from client with CCRC to the trigger, considering it seems to do not work as with dynamic or snapshot view?</p> <p>Thanks a lot!</p> http://stackoverflow.com/questions/1207409/proper-cleartool-mkview-for-clearcase-snapshot-view-creation 1 Proper 'cleartool mkview' for ClearCase Snapshot view creation Jörg Battermann 2009-07-30T15:36:59Z 2009-11-09T03:47:16Z <p>Good afternoon,</p> <p>seems like I am somewhat stuck in CC-land these days, but I have one (hopefully) final question regarding proper CC-handling:</p> <p>When using the CC View Creation Wizard with the two steps / details below, I can create a proper Snapshot view on my machine perfectly fine, however when trying to do the same with the mkview command, it fails...</p> <p>Here are the screenshots of the view creation wizard:</p> <p><img src="http://farm3.static.flickr.com/2573/3772451610%5Ff43f5c22b5%5Fo.png" alt="Wizard Step 1" /></p> <p><img src="http://farm4.static.flickr.com/3526/3772451686%5F6e60662a77%5Fo.png" alt="Wizard Step 2" /></p> <p>Now that results into the (working) following view:</p> <pre><code>cleartool&gt; lsview battjo6r_view2 battjo6r_view2 \\Eh40yd4c\Views\battjo6r_view2.vws cleartool&gt; lsview -long battjo6r_view2 Tag: battjo6r_view2 Global path: \\Eh40yd4c\Views\battjo6r_view2.vws Server host: Eh40yd4c Region: CT_WORK Active: NO View tag uuid:f34cf43f.b4d048df.845d.ed:21:a2:9c:45:ff View on host: Eh40yd4c View server access path: D:\Views\battjo6r_view2.vws View uuid: f34cf43f.b4d048df.845d.ed:21:a2:9c:45:ff View attributes: snapshot View owner: WW005\battjo6r </code></pre> <p>However, when trying to create the view manually via</p> <pre><code>mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws -host Eh40yd4c -hpath D:\Views\battjo6r_view2.vws -gpath \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2 </code></pre> <p>... I get the following error:</p> <pre><code>cleartool&gt; mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws -host Eh40yd4c -hpath D:\Views\battjo6r_view2.vws -gpath \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2 Created view. Host-local path: Eh40yd4c:D:\Views\battjo6r_view2.vws Global path: \\Eh40yd4c\Views\battjo6r_view2.vws cleartool: Error: Unable to find view by uuid:6f99f7ae.6a5d40e4.ba32.37:8e:e5:a4:ed:18, last known at "&lt;viewhost&gt;:&lt;stg_path&gt;". cleartool: Error: Unable to establish connection to snapshot view "6f99f7ae.6a5d40e4.ba32.37:8e:e5:a4:ed:18": ClearCase object not found cleartool: Warning: Unable to open snapshot view "D:\SnapShotViews\battjo6r_view2". cleartool: Error: Unable to create snapshot view "battjo6r_view2". Removing the view ... </code></pre> <p>Any idea why this is happening? Am I missing something?</p> http://stackoverflow.com/questions/172065/downgrading-from-clearcase-to-svn-mercurial 8 Downgrading from ClearCase to SVN/Mercurial Yuval 2008-10-05T14:29:48Z 2009-10-30T20:17:02Z <p>At work, we're using ClearCase right now. However, there's a lot of overhead required, especially when someone does something stupid (like erase a view with multiple reserved check-outs on the trunk...). Since we're trying to lower our overhead and be as lightweight as possible, we've through about the possibility of ditching CC and going for something lighter (Subversion or Mercurial), seeing as how we don't use 90% of CC's features anyway. Does this sound reasonable or will we be trading our Ferrari in for a station wagon? </p> <p>All answers are appreciated!!</p> http://stackoverflow.com/questions/1643968/clearcase-ucm-cross-delivering-vs-delivering-upwards 1 Clearcase UCM - Cross delivering vs. delivering upwards? Chris Laures 2009-10-29T14:03:44Z 2009-10-29T14:34:15Z <p>We have two Clearcase UCM streams in a hierarchy at the same level (i.e. same parent stream). If the two child streams are both rebased to the same parent baseline, does that mean that</p> <ul> <li>Delivering the activities of both streams up to the parent (one, then the other)</li> </ul> <p>Would be equivalent to:</p> <ul> <li>Delivering the activities of one child stream to the other child stream, and then simply delivering the one child stream to the parent</li> </ul> <p>Is this in fact true? It seems it should be, assuming any manual/user selected merges for all deliveries are made in the same way.</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/1636712/evil-twin-problem-and-subtractive-merge 1 Evil twin problem and subtractive merge Rational Admin 2009-10-28T11:37:39Z 2009-10-28T16:55:28Z <p>Hi;</p> <p>Could anyone explain what is a Evil Twin and Subtractive merge in Clearcase? </p>