Renlok Posted March 17, 2009 Share Posted March 17, 2009 Im using sourceforge SVN to host my source code and i cant figure out how to edit a file say when ive made an edit to a file and i want to uplaod the file how can i do that which out deleting the file and re uploading it? Quote Link to comment https://forums.phpfreaks.com/topic/149807-solved-sourgeforge-svn/ Share on other sites More sharing options...
trq Posted March 17, 2009 Share Posted March 17, 2009 From within you local repo. svn commit Quote Link to comment https://forums.phpfreaks.com/topic/149807-solved-sourgeforge-svn/#findComment-786679 Share on other sites More sharing options...
Renlok Posted March 17, 2009 Author Share Posted March 17, 2009 im using tortoiseSVN and i cant find it ??? Quote Link to comment https://forums.phpfreaks.com/topic/149807-solved-sourgeforge-svn/#findComment-786700 Share on other sites More sharing options...
trq Posted March 17, 2009 Share Posted March 17, 2009 Never used tortoise but it would appear 'commit' is available in your explorer menu. See here. Quote Link to comment https://forums.phpfreaks.com/topic/149807-solved-sourgeforge-svn/#findComment-786727 Share on other sites More sharing options...
rhodesa Posted March 17, 2009 Share Posted March 17, 2009 with tortoise, you first "Check Out" the project to a folder. This will create a local copy on your system. Once checked out, everything should have a green checkmark on it. then, edit the files as needed. as you edit the files, a red exclamation mark will appear on them. once you are done, and you want to push your changes to the svn server, you can right click on it and do SVN Commit. this works well for one file, but if you made lots of changes or added/removed files, the easiest thing to do is go to the top folder that you checked the project out to and do an SVN Commit on that. It will recursively look down the tree for all the changes that happened, and you can pick which (or just all) of the changes you want to commit Quote Link to comment https://forums.phpfreaks.com/topic/149807-solved-sourgeforge-svn/#findComment-786861 Share on other sites More sharing options...
Renlok Posted March 17, 2009 Author Share Posted March 17, 2009 oh yeah that works fine now thanks Quote Link to comment https://forums.phpfreaks.com/topic/149807-solved-sourgeforge-svn/#findComment-787097 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.