I am looking to implement a version control system on a new install of Gallery3. Has anybody used SVN, GIT, or others with success? Are there any issues with running a local development copy and pushing to a live site?
Thanks for the link floridave. I was able to find that information before posting.
I am mostly curious about GIT for a private site between a local copy or two server copies, live and development. Are there any strategies to make this process smooth? Do you sync all but the var folder? Are there hard links that need to be updated? Etc...
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-07-05 19:24
All I do is a 'git-pull' every once and a while. I don't know of anything special. No hard links. If your copy is much different it will warn you and you can just merge your changes from the dev to production.
Posts: 27300
G3 uses GIT:
http://codex.gallery2.org/Gallery:Using_Git
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 6
Thanks for the link floridave. I was able to find that information before posting.
I am mostly curious about GIT for a private site between a local copy or two server copies, live and development. Are there any strategies to make this process smooth? Do you sync all but the var folder? Are there hard links that need to be updated? Etc...
Posts: 27300
All I do is a 'git-pull' every once and a while. I don't know of anything special. No hard links. If your copy is much different it will warn you and you can just merge your changes from the dev to production.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team