IntelliJ Java IDE
The moose likes Linux / UNIX and the fly likes 'open source' source control Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark " Watch " New topic
Author

'open source' source control

George Brown
Ranch Hand

Joined: Sep 26, 2000
Posts: 919
I wasn't entirely sure where to post this since there isn't a forum devoted to source control, so since the source control in question will be carried out under a linux (probably red hat) I thought this forum would be as good as any ...
Can anyone recommend a good open source source control system, with a GUI interface, to use with red hat? I've used SCS and I've used RCS under HPUX extensively several years back but it was entirely command-line driven, and I quite like having a colourful mouse-driven interface to check in/check out/merge etc etc. A front-end to a command-line driven interface would be fine too. Any ideas on this subject would be gratefully received.
I've read a few things about Red Hat's Source-Navigator, can anyone offer a view of that?
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
Most open-source rojects seem to use CVS these days. Since CVS is fundamentally a client-server system, it has several GUI front-ends to choose from.
Whatever you do go for, I'd recommend that you choose one which supports [b]both[/i] command-line and GUI operation, and in particular, choose one which works well with the ANT build system, so you can sensibly script a build process which includes source-control, and have the freedom to use or adapt some of the many ANT extensions for this sort of thing.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12510

http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&t=000036
Two things I learned long ago. The hard way.
1. Never invest heavily in a GUI-only product. Sooner or later you'll want to automate something and for that you need a command line to write scripts for.
2. Binary formats for configuration (like the Windows Registry) might (but often don't) keep prying fingers out of delicate info, but if you need a fixup script, text is better, because you aren't limited to custom tools.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
 
 
subject: 'open source' source control
 
Threads others viewed
Something is wrong with my Java on LInux...
command line vs GUI
Blogs?
Student installing charity production server
Need some help.
developer file tools