cvs tools integration

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

cvs tools integration

Postby sebab » Tue Dec 07, 2004 10:27 am

Hi all,

Has anybody tried/succeeded integrating UE with cvs client? The best would be with TortoiseCVS ;)
I'd like to able to at least diff, commit and update from UE, on currently edited file.
regards,
Sebastian
User avatar
sebab
Newbie
 
Posts: 1
Joined: Tue Dec 07, 2004 12:00 am

Re: cvs tools integration

Postby toddm » Wed Dec 08, 2004 9:17 am

I created Tools to call Perforce. You should be able to do the same with CVS. For example to open a file for edit my Tool command is p4 edit "%f".
User avatar
toddm
Advanced User
Advanced User
 
Posts: 83
Joined: Wed Jul 28, 2004 11:00 pm

Re: cvs tools integration

Postby irotas » Thu Jan 13, 2005 10:09 pm

Hi Sebastian,

I'd also love to see CVS integration in UltraEdit, especially with the UltraCompare integration for diff's.

I agree with you that diff, commit, and update are essential.

Have you had any luck integrating TortoiseCVS ?

Thanks.
Adam
User avatar
irotas
Newbie
 
Posts: 2
Joined: Thu Jan 13, 2005 12:00 am

Re: cvs tools integration

Postby andreasf » Tue Jan 18, 2005 6:38 am

Hi toddm,

Have you created any Shortcuts to call a Perforce-Submit ? I'am not able to do that :(, because there is no plugin to raise the perforce-edit window.
Have you solved this problem, or any workarounds ??
User avatar
andreasf
Newbie
 
Posts: 1
Joined: Tue Jan 18, 2005 12:00 am

Re: cvs tools integration

Postby toddm » Tue Jan 18, 2005 2:05 pm

I haven't created a P4 Submit tool. I guess because I usually submit more than one file at a time so I just use the GUI in that case if I'm working in Windows. I created edit, revert, sync, and diff tools. I have diff setup to use a graphical tool called tkdiff and it gets loaded properly so I'm not sure why submit would cause a problem.
User avatar
toddm
Advanced User
Advanced User
 
Posts: 83
Joined: Wed Jul 28, 2004 11:00 pm

Re: cvs tools integration

Postby illico » Wed Jan 19, 2005 6:23 am

I use WINCVS and TORTOISE in my Windows2000 OS.
I use UE as file editor
And In the UE tools bar I add severals icon for mys tools, like CVS command...

Check that the cvs.exe is in your path and creates tools like this that works fine:

example : PATH : ... ; D:\Outils\WINCVS~1.3\CVSNT; ...

VIEW STATUS OF SELECTED FILE
Command Line : cvs status -q %N%E
Working directory : %P
check output capture
In advanced parameters, set the icon image file

UPDATE SELECTED FILE
Command Line : cvs update %N%E
Working directory : %P
check output capture
In advanced parameters, set the icon image file

COMMIT SELECTED FILE
Command Line : cvs commit -m "no message" %N%E
Working directory : %P
check output capture
In advanced parameters, set the icon image file

With adding %modify% to the commit command you can edit the commit message when executing the command.

PS: Check that your CVSROOT path variable is set !
User avatar
illico
Basic User
Basic User
 
Posts: 12
Joined: Thu Oct 14, 2004 11:00 pm
Location: FRANCE


Return to Custom User Tools/Tool Configuration