Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Setting Up Cvs On A Sun Unix System, Details needed
Vyoma
post Jan 25 2008, 06:51 PM
Post #1


Cosmic Overlord
Group Icon

Group: Members
Posts: 549
Joined: 26-November 05
From: Chennai, India
Member No.: 9,811



Can anyone point me to some documentation that details me on setup of a CVS server?

I need to setup a CVS repository on a Sun Unix system with following specs:

Machine hardware: sun4v
OS version: 5.10
Processor type: sparc
Hardware: SUNW,Sun-Fire-T200

Any details on which specific version of CVS I should get, the setups (env variables) I need to setup, any ports I need to setup, would be much appreciated. (Or even links to documentations).

I did try to use Google, but seems like my Google skills have lost its touch. sad.gif
Go to the top of the page
 
+Quote Post
dserban
post Jan 26 2008, 10:03 AM
Post #2


Premium Member
Group Icon

Group: [HOSTED]
Posts: 286
Joined: 17-June 07
Member No.: 22,702



See if this helps:
http://gd.tuwien.ac.at/softeng/cvs/manual/cvs_19.html#SEC174
Also related:
http://www.sanchivi.com/cm/cvs-bestpractices/

This post has been edited by dserban: Jan 26 2008, 10:25 AM
Go to the top of the page
 
+Quote Post
docduke
post Jan 28 2008, 04:52 AM
Post #3


Advanced Member
Group Icon

Group: [MODERATOR]
Posts: 101
Joined: 8-January 08
Member No.: 27,477



I have the impression, from what you posted, that you may be flexible about the type of repository you are going to install. If you are cloning a CVS repository from someone else, disregard this comment.

I have used CVS, SVN, RCS, and some really dark-ages revision control systems on mainframes. In my opinion, SVN is the best. It's also the newest, and was developed specifically because the developers of CVS refused to remove some of the warts on their software design.

A comparison of CVS and SVN is here. As you can see at the bottom, the author considers their advantages and disadvantages almost equal. The website for Subversion (SVN) is here.

For me, the most compelling advantages of SVN are:
  • Directories, renames, and file meta-data are versioned.
  • Commits are truly atomic.
The meaning of these terms is explained on the SVN website. The effect is that most of the things a "reasonable person" would want to do are nearly automatic in SVN.

P.S.: The SVN download page reports that:
Binary builds of Subversion for SPARC/Solaris 2.5 – 10 and x86/Solaris 8 – 10 are available at: http://www.sunfreeware.com/ .
Maintainer: CollabNet, Inc.
CollabNet Subversion is Subversion compiled and tested by CollabNet, and deployed with CollabNet's recommended configuration for the enterprise.


This post has been edited by docduke: Jan 28 2008, 04:59 AM
Go to the top of the page
 
+Quote Post
yordan
post Jan 28 2008, 12:02 PM
Post #4


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,897
Joined: 16-August 05
Member No.: 7,896



Just about the googling thing : what about trying that way ?
http://www.google.fr/search?hl=fr&q=ho...B+sun&meta=
Gives nice replies like this
QUOTE
Setting Up a Local CVS Repository - Sun Java Studio Creator 2 ...- [ Traduire cette page ]Setting Up a Local CVS Repository - Sun Java Studio Creator 2 Update 1 - Online Help. ... To set up a local CVS repository, you must have a CVS command-line ...
developers.sun.com/docs/jscreator/help/2update1/vcs-nb/vcs_create_local.html - 7k -

or like this :
QUOTE
HOWTO - Use CVS- To set up a CVS repository, you must define the environment variable ... to initialize and set-up the CVS repository. This only needs to be done once. ...
owen.sj.ca.us/~rk/howto/cvs.html

Seems rather promissing. I will not go further (I'm an AIX guy, not a Sun one, but Unix is still worldwide...)
Go to the top of the page
 
+Quote Post
Vyoma
post Jan 28 2008, 08:06 PM
Post #5


Cosmic Overlord
Group Icon

Group: Members
Posts: 549
Joined: 26-November 05
From: Chennai, India
Member No.: 9,811



QUOTE(dserban @ Jan 26 2008, 03:33 PM) *

Thanks dserban! The first link did not hit on the target, but I guess, its TOC (http://gd.tuwien.ac.at/softeng/cvs/manual/cvs_toc.html) should serve my purposes. smile.gif

The second link is also a gold mine. It will help me setup the process guidelines in the organization.

QUOTE(docduke @ Jan 28 2008, 10:22 AM) *
I have the impression, from what you posted, that you may be flexible about the type of repository you are going to install. If you are cloning a CVS repository from someone else, disregard this comment.

I have used CVS, SVN, RCS, and some really dark-ages revision control systems on mainframes. In my opinion, SVN is the best. It's also the newest, and was developed specifically because the developers of CVS refused to remove some of the warts on their software design.

A comparison of CVS and SVN is here. As you can see at the bottom, the author considers their advantages and disadvantages almost equal. The website for Subversion (SVN) is here.

For me, the most compelling advantages of SVN are:
  • Directories, renames, and file meta-data are versioned.
  • Commits are truly atomic.
The meaning of these terms is explained on the SVN website. The effect is that most of the things a "reasonable person" would want to do are nearly automatic in SVN.

P.S.: The SVN download page reports that:
Binary builds of Subversion for SPARC/Solaris 2.5 – 10 and x86/Solaris 8 – 10 are available at: http://www.sunfreeware.com/ .
Maintainer: CollabNet, Inc.
CollabNet Subversion is Subversion compiled and tested by CollabNet, and deployed with CollabNet's recommended configuration for the enterprise.
Sadly docduke, I cannot easily shift to SVN. Lot of approval and redtape to go through, and if I choose that route, I don't think I can get it done in time.

Thanks for those helpful links - will give me some more research material. smile.gif

QUOTE(yordan @ Jan 28 2008, 05:32 PM) *
Just about the googling thing : what about trying that way ?
http://www.google.fr/search?hl=fr&q=ho...B+sun&meta=
Gives nice replies like this
QUOTE
Setting Up a Local CVS Repository - Sun Java Studio Creator 2 ...- [ Traduire cette page ]Setting Up a Local CVS Repository - Sun Java Studio Creator 2 Update 1 - Online Help. ... To set up a local CVS repository, you must have a CVS command-line ...
developers.sun.com/docs/jscreator/help/2update1/vcs-nb/vcs_create_local.html - 7k -

or like this :
QUOTE
HOWTO - Use CVS- To set up a CVS repository, you must define the environment variable ... to initialize and set-up the CVS repository. This only needs to be done once. ...
owen.sj.ca.us/~rk/howto/cvs.html
Seems rather promissing. I will not go further (I'm an AIX guy, not a Sun one, but Unix is still worldwide...)

The first one is on installing a local repository.

Second one - http://owen.sj.ca.us/~rk/howto/cvs.html - bingo! Thanks. I seriously must have had a vodoo on my Google skills. tongue.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. cPanel: An Overview(11)
  2. What's The Difference Between Linux And Unix?!?(15)
  3. How Do I Make A RPG Battle System?(13)
  4. Mobile Phone Ringtone Converter(7)
  5. Best Forum System(25)
  6. Www.modthesims2.com - Sims 2 Mods Site(5)
  7. Help Needed In Setting Up AdSense In IPB(7)
  8. CuteNews: PHP-based Blog System - No MySQL(10)
  9. What Is Unicode System(1)
  10. Help Needed To Create Windows Startup Script!(4)
  11. Help Needed @ C#: Cross-thread Operation Not Valid(4)
  12. Preferred Forum System(22)
  13. Which Operating System Is Better?(41)
  14. Cracking Wireless Access Point Password?(20)
  15. Login System Using A Mysql Db(4)
  1. Credit System V2.0 Online(16)
  2. How To Make A PM (Personal Message) System?(3)
  3. Setting Up Java Correctly(8)
  4. How To Make A Private Message System.(7)
  5. Which Os Would Be First To Respond With ....(4)
  6. Site Login(2)
  7. How To Create/edit/delete Ftp Accounts With Php(1)
  8. Simple Template System(0)
  9. Lost Blogging System?(1)
  10. Suggestions Needed For Latest Ycc Bot Maker Breakdown(5)
  11. How To: Make A Simple Php Forum System(4)
  12. Before Unplugging A Usb Disk From An Opensuze System(9)
  13. Infomation Needed To Add Ram, Gpu, Etc?(17)


 



- Lo-Fi Version Time is now: 9th July 2008 - 04:53 AM