Welcome Guest, Not a member yet? Register   Sign In
SVN information required...!!!
#2

[eluser]ggoforth[/eluser]
The general concept is that there is one repository where all your code lives. So if you have multiple development environments, such as a desktop and laptop, you can easily keep your files in sync. I also use SVN to distribute files to various working versions of my web site (like a production environment, development, live, etc...)

How it works:

In my case at least I develop everything locally. So all my files live on my local server while I'm developing. When I reach a point when I'm happy with my local version I "COMMIT" my files to the svn repository. Then I can jump on my server command line and move a copy of the repository to my developement version. I can then test on the server and make sure it works at it should. Then when I'm happy with the development environment I move a copy of the repository to the live version. This kind of control over which version I'm working on wouldn't be as easy as it is without SVN.

It can be a pain to set up, but once it is, it's a lifesaver.

Greg


Messages In This Thread
SVN information required...!!! - by El Forum - 04-30-2009, 12:30 AM
SVN information required...!!! - by El Forum - 04-30-2009, 01:09 AM
SVN information required...!!! - by El Forum - 04-30-2009, 01:17 AM
SVN information required...!!! - by El Forum - 04-30-2009, 01:20 AM
SVN information required...!!! - by El Forum - 04-30-2009, 03:04 AM
SVN information required...!!! - by El Forum - 04-30-2009, 03:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB