Aric Caley
|
| Posted: 11/22/2005, 7:19 AM |
|
What CVS program for windows works best with the source control features in CCS3? I only see one choice in CCS for CVS, how would i get it to use something like subversion?
|
|
|
 |
xbill
Posts: 35
|
| Posted: 11/22/2005, 8:18 AM |
|
I also was wondering about what other options
there are for the merge programs too.
The sample merge progam (Araxis?) that is
shown in the help is expensive.
I have been trying winmerge- but I am still testing now.
|
 |
 |
greywire
Posts: 37
|
| Posted: 11/22/2005, 9:49 AM |
|
I like winmerge for its simplicity. It just works! But I've also been trying one called "Beyond Compare".
As for CVS I'm going to try it with WinCVS and see if it works...
_________________
--
Aric Caley
Fonality, inc |
 |
 |
blankenb
Posts: 125
|
| Posted: 11/22/2005, 10:34 AM |
|
Beyond Compare, is, well, beyond compare - Great program!
|
 |
 |
AaronJudd
Posts: 21
|
| Posted: 11/30/2005, 10:29 AM |
|
If anyone has subversion working.. I would love to see an example.. the CCS3 docs just dont make anything clearer for me
_________________
WebApplica,Inc
http://www.webapplica.com
2004 CodeCharge Developers Award |
 |
 |
krzysiok
Posts: 4
|
| Posted: 11/30/2005, 11:14 PM |
|
To get any (except CVS) Source Control repository working with CCS3 you need to have special SCC API Provider installed. This is Microsoft's unified API for accessing Source Control applications. Most commercial products implement it (like SourceOffSite, Visual Source Safe). In case of Subversion you need to look for third-party solutions. There are several projects initiated to implement SCC API for SVN, most of which are either stalled or under development.
I was able to make Subversion working with CCS3 using PuskOK's SCC API provider:
http://www.pushok.com/soft_svn.php
The bad news is that this is not a free product. Hopefully soon some free products will be available as well:
http://nidaros.homedns.org/subway/ http://chmsubscc.tigris.org/ http://www.sourcecross.org/projects/index.php
After installing any SCC API provider application you will get new option available in your Provider: combo box in CCS3 configuration.
|
 |
 |