Reputation: 1595
I've decided to learn version control and I have zero knowledge. I've read some tutorials and articles about subversions some time now but just can't figure it out! :)
I have my current project in localhost atm and going to move it in my live server for first testing purpose and then offcourse releasing it for public. I still want to keep working it first localhost and then update working code into live server. I just don't know how to do it...
I have Versions in my Mac which I find really nice app.. well I think it is.
Could someone please provide me step-by-step guide what should I do?
Upvotes: 0
Views: 151
Reputation: 3435
Preferred Solution
Dual Master Repository Version
Pro's & Cons for 2 Master Repositories
My 0.2 cents worth
If you need to have files inside the SVN repository that you don't want shared with the world, use the 2 repository method, otherwise just use a single repository that is remotely hosted. Having only 1 master repository will make life easier in the future and also change management procedures.
Upvotes: 1