Author Topic: Version Control problem in SE 2009  (Read 8202 times)

tculbert

  • Community Member
  • Posts: 7
  • Hero Points: 0
Version Control problem in SE 2009
« on: March 31, 2009, 08:34:47 PM »
Hi,

I have a user specific version control setup that is based on Clear Case.  Some of the commands are command line utilities and some of them invoke the Clearcase GUI.  All of this worked fine in Slickedit Version 13.  But in slickedit version 14, I can't get any of the GUI functions to work when I try to invoke those version control functions.  This includes Difference, History, Properties, and manager. 

Check-in and Check-out seem to work properly.  In addition, if I put the GUI "history" command in place of the checkout command, then the "history" gui comes up correctly.  So it seems like something is screwed up in the mappings.  Can anyone help me get to the bottom of this?  I'm forced to go back to version 13 until I can get this working.  I tried 14.0.0.7, but it didn't help...

Ideas? 

Thanks,

Tony

SlickEdit Support

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 384
  • Hero Points: 29
Re: Version Control problem in SE 2009
« Reply #1 on: March 31, 2009, 08:39:18 PM »
What version of ClearCase is your specific VC setup using? 

tculbert

  • Community Member
  • Posts: 7
  • Hero Points: 0
Re: Version Control problem in SE 2009
« Reply #2 on: March 31, 2009, 09:12:38 PM »
ClearCase 6.0 SR5. 

As I said, everything works fine on SE 2008 (Version 13.0.2.0) and the ClearCase version is the same for both.

Tony

Sandra

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 754
  • Hero Points: 36
Re: Version Control problem in SE 2009
« Reply #3 on: March 31, 2009, 09:31:47 PM »
Could you please attach your uservc.slk file?  You should find it in your configuration directory.

tculbert

  • Community Member
  • Posts: 7
  • Hero Points: 0
Re: Version Control problem in SE 2009
« Reply #4 on: March 31, 2009, 09:58:17 PM »
[ClearCase]
checkout_read_only=cleartool lsco -me -all -cview
checkout=cc_co -nc %n%e
checkin=commit
checkin_discard=cc_unco -keep -force_unco  %n%e
checkin_new=cc_mkelem %n%e
lock=prepare -f -m LATEST
remove=cleartool rmname %n%e
history=clearhistory -pname %n%e
difference=cleartool diff -graphical -pre %n%e
properties=cleartool describe -graphical %n%e
manager=clearexplorer
styles=error_redir,comment_file,dosrc,always_show_output,cdtofile
vcsproject=

tculbert

  • Community Member
  • Posts: 7
  • Hero Points: 0
Re: Version Control problem in SE 2009
« Reply #5 on: April 01, 2009, 02:52:59 PM »
I should also add that if I type these commands directly into a Dos Command prompt, they work fine as well.  So it looks like it has something to do with how SlickEdit executes these commands.

Hope this helps.

Tony

Sandra

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 754
  • Hero Points: 36
Re: Version Control problem in SE 2009
« Reply #6 on: April 01, 2009, 03:04:00 PM »
Thanks for all the info.  We have found the problem and will be getting a hotfix out for it soon.  I'll update this thread when the hotfix is ready.

Sandra

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 754
  • Hero Points: 36
Re: Version Control problem in SE 2009
« Reply #7 on: April 01, 2009, 09:27:50 PM »
There is now a hotfix available to fix your problem.  Go to the SlickEdit 2009 Hotfix page (http://www.slickedit.com/content/view/563) to download it.  Let me know if this does not solve your problem.

tculbert

  • Community Member
  • Posts: 7
  • Hero Points: 0
Re: Version Control problem in SE 2009
« Reply #8 on: April 02, 2009, 03:14:39 PM »
That did fix it!  Thank you VERY much for the prompt response.  It is greatly appreciated..

Tony