Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

The best source code versioning system

Status
Not open for further replies.

artem

Advanced Member level 4
Joined
May 22, 2003
Messages
1,347
Helped
126
Reputation
252
Reaction score
32
Trophy points
1,328
Location
Turkey
Activity points
13,451
Hi guys

Could someone recommend what is the best Source code versioning system to use in embedded development ?
Thank you in advance
 

Already have those . Need something else to compare .
 

Rational Clearcase
 

TortoiseCVS lets you work with files under CVS version control directly from Windows Explorer. It's freely available under the GPL.
With TortoiseCVS you can directly check out modules, update, commit and see differences by right clicking on files and folders within Explorer. You can see the state of a file with overlays on top of the normal icons within Explorer. It even works from within the file open dialog.
http://www.tortoisecvs.org/index.shtml

QVCS is a version control system that offers most of the features of other more widely known applications at a fraction of the cost. Compare QVCS to commercial packages costing more than 10 times as much. You'll find that QVCS offers a tremendous value.
http://www.qumasoft.com/

PVCS Version Manager
**broken link removed**
 

Can these programs be used for storing changes to a hardware design, i.e. schematics, PCB, firmware, etc? How would one interface this to a PCB design program?

- Jayson
 

Hi

I'm using VSS visual source safe from MS it is a good tool and almost any ide i know has interface for it

I also use it for hardware verision chang it's only save this file as binery

files.

best

bobi
 

cs-rcs
**broken link removed**
 

The question was "Can these programs be used for storing changes to a hardware design, i.e. schematics, PCB, firmware, etc? How would one interface this to a PCB design program?"

I am started to work with CVS , and its doc says that when adding files to code repository you can specify flag -kb means file is binary .

cvs add -kb filename
 

pls tell me where can down them P*v*C*S OR others verison manage soft
thanks

Richard
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top