
If you don't have a source code management server in place already I would strongly recommend Subversion. The CVS project has not seen much activity for years.
http://www.redhat.com/magazine/010aug05/features/subversion/
We are planning to put all the DataBase Stored Procs in to CVS to maintain versions for those SP's,
Can anyone please let me know how can i start with this,
If you have any documetns or links please provide.
Regards,
Pavan Gattu.
If you don't have a source code management server in place already I would strongly recommend Subversion. The CVS project has not seen much activity for years.
http://www.redhat.com/magazine/010aug05/features/subversion/
You can store text and binary files in CVS, regardless of the file content ie. .sql, .c, .java, etc...
If you are starting from scratch, you should determine on what linux/unix platform you will run and set up a server. Then you can decide the auth model ie. pserver, shell, ssh. Set up the user(s) as per the auth model and then initialize & populate a repository.
Some docs could be found at http://ximbiot.com/cvs/manual but there are many sources on the internet (google cvs documentation).
Good luck,
Cristian
You can store text and binary files in CVS, regardless of the file content ie. .sql, .c, .java, etc...
If you are starting from scratch, you should determine on what linux/unix platform you will run and set up a server. Then you can decide the auth model ie. pserver, shell, ssh. Set up the user(s) as per the auth model and then initialize & populate a repository.
Some docs could be found at http://ximbiot.com/cvs/manual but there are many sources on the internet (google cvs documentation).
Good luck,
Cristian
If you don't have a source code management server in place already I would strongly recommend Subversion. The CVS project has not seen much activity for years.
http://www.redhat.com/magazine/010aug05/features/subversion/