Source Control

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
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Source Control

Post by vivekjain »

Hi,
I wanted to know if we could use Visual Source Safe for source control of PHP projects. If yes, can anyone tell me how to go about it. thanks
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

I haven't used Visual Source Safe but afaik you can use it with any kind of file.

I use Subversion myself and would recommend it.
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

I dont know abt Soruce Safe but the only connection with PHP and Visual Studio is JCX Software where intellisense is available.
jcxsoftware
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Source Control

Post by vivekjain »

Is Subversion command line tool? can you please tell me how this works? thanks
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Yes, you can use it on the command line. If you check out the site you can find out more. There's a windows gui client: TortoiseSVN
Post Reply