PDA

View Full Version : Looking for help-



runiker
04-04-09, 02:15 AM
Hello im looking for some general help in trying to get a svn running. My goal is to make a few things using it. I will be starting up a DB project soon as well as a LUA project and i need to know how to set up an svn so that when i upload the new files people can just update or sync or whatever its called i have little to no experince and would love help in this area thank you.


my msn is [email protected]

2dgreengiant
16-04-09, 05:25 PM
Added on msn, ill teach u how to commit files and such. The basics tho :D

reno
18-04-09, 01:16 AM
Just as an option to svn, which is starting to show it's age, you might want to look at git. You can get a free repo at github.com (or, if you insist on svn, free repos are available at assembla.com).

git is a little scary at first, but once you learn it, it is MUCH easier to manage a repo with it than svn.

Anyway, to check out git: http://github.com and http://code.google.com/p/msysgit/ for the windows client.

if you REALLY want to use svn, http://assembla.com has free repos available, and will walk you through the setup process.