Cardale Posted February 25, 2008 Share Posted February 25, 2008 I was curious what people used out there to control project version and file editing? I use PHPEdit at the moment and it works pretty good, but can't figure out how SVN works... Quote Link to comment https://forums.phpfreaks.com/topic/92843-using-svn/ Share on other sites More sharing options...
trq Posted February 25, 2008 Share Posted February 25, 2008 I was curious what people used out there to control project version and file editing These are two completely different things, as such, I use two different pieces of software. SVN and vim. Quote Link to comment https://forums.phpfreaks.com/topic/92843-using-svn/#findComment-475641 Share on other sites More sharing options...
Cardale Posted February 26, 2008 Author Share Posted February 26, 2008 SVN doesn't help control project version and editing files in groups? How do you use it? Quote Link to comment https://forums.phpfreaks.com/topic/92843-using-svn/#findComment-477361 Share on other sites More sharing options...
Daniel0 Posted February 26, 2008 Share Posted February 26, 2008 SVN doesn't help control project version and editing files in groups? Yes, it does. It's a must if you're working with multiple people and still a good idea if you're working alone. How do you use it? You have a repository somewhere. You commit any code changes/additions to the repository. Other people can then see how your revision differs from the old revision (or any other revision). You can see who made which change and you can rollback changes if you'd like to. For actual usage you're better off reading SVN's documentation than anybody here explains it. Quote Link to comment https://forums.phpfreaks.com/topic/92843-using-svn/#findComment-477414 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.