I actually use CVS, but it is wrapped in a script (cmedit) that checks the code out, allows me to edit it, then checks it in. I can put CVS comments in the file itself, which get stripped out and used as the checkin log message.
I am a one-man shop, basically, I've been doing consulting since the early 80's. I needed something to keep up with my changes, so I made my own version control system (written in pascal at the time). As I moved on and up in the computer world, I changed the underlying process, but not the interface. Now it uses CVS, but I still use the same script names. The scripts have also changed, going from sh to csh to bash, but hey, progress happens.
If there is enough interest, I can try to put my script(s) together with some light docu. Right now it is 100% bash, and uses CVS as the version control system.
Lee (lee@critesclan.com)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|