How do we put our DB Stored Procs into CVS?

pavangattu's picture
pavangattu asked on October 26, 2010 - 4:36am | Replies (2).

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.

2 Answers

cgheorghe's picture
cgheorghe replied on October 26, 2010 - 10:44am.

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

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.