Version Tracking Code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Harlequin
Forum Commoner
Posts: 51
Joined: Tue Sep 21, 2004 10:51 am
Location: UK

Version Tracking Code

Post by Harlequin »

Hi all.

I'm wondering what people use to version track their code. Please post a quick response and I'll be happy to reply as it's something i'd like to start doing.
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

???

Code: Select all

$version = '1.04c';

echo "Powered by Foo Forums, version $version";
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

LostMyLove
Forum Newbie
Posts: 20
Joined: Mon Sep 27, 2004 12:20 pm

Post by LostMyLove »

explain better please
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

i couldn't find a way to install and use this cvs thing on windows... isn't there any tutorial for it? i am going to be crazy :(
Harlequin
Forum Commoner
Posts: 51
Joined: Tue Sep 21, 2004 10:51 am
Location: UK

Post by Harlequin »

I've decided, mainly because of the responses I have recieved from this and other forums, to develop my own tools for the jon through SharePoint as I run a DC.

Thanks to all those who have responded.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

mudkicker wrote:i couldn't find a way to install and use this cvs thing on windows... isn't there any tutorial for it? i am going to be crazy :(
try CVSNT
Post Reply