Hi!
I am managing the development of currently two different web applications of which one will roll out in beta testing before sunday.
I have some previous experience from SVN usage, after playing around a few hours with TortoiseSVN locally on a XP machine, but I never really got the hang out of it to be honest.
However, it feels like it's about time to rethinking SVN and really try to give it an honest chance. I would at least sleep alot better if I know that versioned backups of each file were available and it was easy to roll back changes to an web applications whenever something hits the fan. Especially as the app grows bigger.
I currently work exclusively with PHP in Eclipse and deploy all files for the beta environment through FTP.
I have read most posts here about using Eclipse with SVN plugins, but I really doesn't understand how the workflow practically would look when SVN is used.
Do I check in every morning to my repository, do what i do best, and at the days end commit all changes?
How would sync be kept between local file structure, SVN repository, and multiple environments (live env., testing env., etc)?
Tell me about how your workflow looks when using SVN!