timginter
Member
I think I'm being a bit daft here. Can anyone point to a Version Control System that works best with an UO Shard?
I'm basically trying to keep track of changes that multiple people make, but I also want to be able to run the shard from newly commited files.
I set up an SVN repo, but with the way SVN stores repositories I can't actually see the files and start the server. Do I have to create a local Working Copy on the server that my shard is running from and Update it whenever there's a Commit (or have some kind of a script do it automatically)?
Does CVS work the same way?
Is there any version control which would allow me to run servuo directly from repository, or if it's not a good idea, which would be the best solution?
I was thinking about GitHub, but private repositories are paid for and my shard's budget of and old shoe and rusted spanner doesn't account for that
I'm basically trying to keep track of changes that multiple people make, but I also want to be able to run the shard from newly commited files.
I set up an SVN repo, but with the way SVN stores repositories I can't actually see the files and start the server. Do I have to create a local Working Copy on the server that my shard is running from and Update it whenever there's a Commit (or have some kind of a script do it automatically)?
Does CVS work the same way?
Is there any version control which would allow me to run servuo directly from repository, or if it's not a good idea, which would be the best solution?
I was thinking about GitHub, but private repositories are paid for and my shard's budget of and old shoe and rusted spanner doesn't account for that