yourguide
Posts: 44
|
| Posted: 06/28/2012, 8:01 AM |
|
I see that Codecharge is supposed to support CVS source control built in... but I also see that CVSNT is no longer available as an open source community version.
Does anyone have a suggestion of easy to use, open source, source control software to work with CodeCharge Studio?
I am new to source control... so the easier the better... and if it doesn't hook directly in to CodeCharge that is ok to, as long as I understand how it works.
Programs like Beyond Compare and WinMerge still don't help when CodeCharge decides to overwrite your custom code....
Thanks.
_________________
Independent, self-employed, web developer. |
 |
 |
Vasiliy
Posts: 378
|
| Posted: 06/28/2012, 10:35 AM |
|
We tried SVN, TFS and VSS. In all 3 cases Code Charge Studio works fine, but you have to check out/check-in your files outside of CCS.
I know, it's a pain, but this is the way how you can use any version management system without expecting/waiting Yes Software to make customization changes in Code Charge Studio.
_________________
Vasiliy |
 |
 |
yourguide
Posts: 44
|
| Posted: 06/28/2012, 11:39 AM |
|
Thanks for your comments.
I am looking into using GIT with www.unfuddle.com
_________________
Independent, self-employed, web developer. |
 |
 |
DataDoIT
|
| Posted: 06/30/2012, 10:20 AM |
|
Version control with CCS is horrid. Since CCS is a code-generator, it
will re-generate pages even when nothing is done, thus making true and
accurate version and change management near impossible. To use the
built-in CVS options for maintaining a more automated backup is fine, as
long as you don't care about the logging or descriptions of the versions
being saved.
Open source does not mean "free". Support March-Hare in their efforts
to maintain and provide CVSNT for the Windows platform either
programatically or financially, or install and run the CVS or SVN
service from Linux.
If you don't want the hassle of installing, hosting and maintaining your
own source control server, then look at an online provider such as
GitHub. Will need to be managed outside of CCS (Windows Explorer).
|
|
|
 |
DataDoIT
|
| Posted: 06/30/2012, 10:26 AM |
|
This reminds me... What kind of interest is there in an interface that
will allow CCS to work with a GitHub account?
Basically, you'll have an account at Data Do IT where you'll set up your
parameters with GitHub, and we in-turn will make CCS's built-in CVS
features work with your GitHub account.
Perhaps something around the $5/mo. per repository type of pricing.
|
|
|
 |
|