bradkenyon Posted September 19, 2008 Share Posted September 19, 2008 for subversion, could you set something up, so any changes to a file on the server is automatically logged into svn? because i generally duplicate the file i am working on, and save it as filename2.php, then make the changes, test, then delete filename.php and rename filename2.php to filename.php. i make back up's of everything i work on, onto my computer's hard drive, but is there a way it will automatically save the different changes to the files into subversion? i ask this, because i make my changes right off the server, and hit save, and i am good to go, instead of downloading the file first and then editing it, and then uploading the changes. Quote Link to comment https://forums.phpfreaks.com/topic/124996-solved-subversion-is-this-possible-to-do-in-subversion/ Share on other sites More sharing options...
corbin Posted September 19, 2008 Share Posted September 19, 2008 Every time you commit to SVN a diff revision of the file is saved, and all of the revisions (unless handled other wise) are saved, so as long as you commit a lot, you'll have all of your files. Quote Link to comment https://forums.phpfreaks.com/topic/124996-solved-subversion-is-this-possible-to-do-in-subversion/#findComment-645947 Share on other sites More sharing options...
CroNiX Posted September 20, 2008 Share Posted September 20, 2008 Basically, you just stated the whole purpose of svn in your questions. Quote Link to comment https://forums.phpfreaks.com/topic/124996-solved-subversion-is-this-possible-to-do-in-subversion/#findComment-646095 Share on other sites More sharing options...
bradkenyon Posted September 22, 2008 Author Share Posted September 22, 2008 correct. i guess i did not ask the question correctly. i know what subversion does, but I want to know if it can do this... I know you have to commit a file, and make any comments if any, on the change, but is there a way if I was to automatically save changes to the file on the server, it will record the changes accordingly within subversion, without having to commit the change manually? Quote Link to comment https://forums.phpfreaks.com/topic/124996-solved-subversion-is-this-possible-to-do-in-subversion/#findComment-647693 Share on other sites More sharing options...
Daniel0 Posted September 22, 2008 Share Posted September 22, 2008 No. Quote Link to comment https://forums.phpfreaks.com/topic/124996-solved-subversion-is-this-possible-to-do-in-subversion/#findComment-647722 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.