Hello - I suppose this group could be suitable for my questions...
I am interested in a versioning system that works good for web authoring. I
don't know what differences web development might pose oon a versioning system,
but I have a feeling that it might.
First off - I already have a web project up and running with over 160 000 lines
of code. It is spread over a large hierarchy that mixes PHP documents with
images. The hierachy also contains files that are updated live by the web
server. I suppose I could seperate these succcessfully, to keep the PHP files
seperate from the rest...
But what kind of system is suitable, where I can handle different users having
access to different parts of the project?
Most importantly, these files and folders are constantly renamed and moved
around in the hierarchy along with the project growing in size. It need to be
able to handle those kind of things.
I am a Mac user, and my development environment of choice is BBEdit, which has
built in support for CVS (which doesn't seem to be to the task above) and
Perforce, which is a commercial system. Perforce is quite expensive, but I
suppose I could afford it if it did the above good.
I've looked at subversion as well, but I don't know how to determine if it's
suitable.
Anyone here using a versioning system for their web project and want to share
pros and cons?
--
Sandman[.net]
I am interested in a versioning system that works good for web authoring. I
don't know what differences web development might pose oon a versioning system,
but I have a feeling that it might.
First off - I already have a web project up and running with over 160 000 lines
of code. It is spread over a large hierarchy that mixes PHP documents with
images. The hierachy also contains files that are updated live by the web
server. I suppose I could seperate these succcessfully, to keep the PHP files
seperate from the rest...
But what kind of system is suitable, where I can handle different users having
access to different parts of the project?
Most importantly, these files and folders are constantly renamed and moved
around in the hierarchy along with the project growing in size. It need to be
able to handle those kind of things.
I am a Mac user, and my development environment of choice is BBEdit, which has
built in support for CVS (which doesn't seem to be to the task above) and
Perforce, which is a commercial system. Perforce is quite expensive, but I
suppose I could afford it if it did the above good.
I've looked at subversion as well, but I don't know how to determine if it's
suitable.
Anyone here using a versioning system for their web project and want to share
pros and cons?
--
Sandman[.net]
Comment