Click to See Complete Forum and Search --> : DMS - php-ish question


wilku
03-15-2007, 09:51 AM
Hello

As my "lonely woolf" *) ;) days in programming are over and I'm starting to collaborate with another programmers on php projects, I was wondering if somewhere there exists some document management system for programmers.

Like I'm editing some file and this file will be locked for editing by others. Or that will answer the question "where did I put this function anyway?"...

Do you know of some system like this (or similar, I won't be picky about the details :) )?


*)wilku means wolf in polish

stolzyboy
03-15-2007, 02:53 PM
do a search on "source control", you'll find examples like SVN, Version Manager, etc...

wilku
03-15-2007, 05:15 PM
Great. Thanks! I needed those words :)
I found some tutorial on source control
http://www.ericsink.com/scm/scm_basics.html

Anybody has any opinions on Subversion (it's open source, so it's a big advantage to me ;) )?

stolzyboy
03-15-2007, 08:07 PM
that's what SVN is ;)

we used to use that here at work, but have since gone to version manager for "corporate" reasons

Weedpacket
03-16-2007, 03:41 AM
I'm happy with Subversion. If you're a Windows shop then Tortoise is a good SVN-aware shell extension.