Lord Ganja Posted December 14, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted December 14, 2013 (edited) I was about to transfer from svn to github to always be up to date. The thing is, how could I transfer my src with modifications to github? I wanted to use the latest update of github but above it is my modified src. I don't want to replace the whole src from my svn. I only wanted the modified part of my src to be applied to github.. Should I do it manually or follow this one? http://rathena.org/board/topic/87120-transitioning-from-svn-to-git/?p=221180 So based from that guide I have to drag and drop the files from my svn to github and replace all.. After doing it, I have to stash save, then tortoisegit > pull and after it i have to stash pop.. What I don't really understand is what does this Stash Save and Stash Pop do? Does it merged my modified src to the github src by just adding the modified src? or it is replaced as a whole by my modified src? Thanks in advance! Edited December 14, 2013 by Lord Ganja Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted December 15, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted December 15, 2013 BUMP! Quote Link to comment Share on other sites More sharing options...
Akbare Posted December 16, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted December 16, 2013 (edited) create patch in old server [sVN] checkout github and apply your patch use turtoise 1.8 Edited December 16, 2013 by Akbare Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted December 16, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted December 16, 2013 (edited) @Akbare That's the only way? So, it's like doing it manually.. anyway, thank you for your reply. Edited December 16, 2013 by Lord Ganja Quote Link to comment Share on other sites More sharing options...
Akbare Posted December 20, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted December 20, 2013 @Akbare That's the only way? So, it's like doing it manually.. anyway, thank you for your reply. yup just apply patch do what you need only...[ conf, npc, db] without src folder Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted December 20, 2013 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted December 20, 2013 I'm really looking into my src modifications to be applied in github. anyway, thanks. This would take time to manually look for my custom patches and manually add it to github Quote Link to comment Share on other sites More sharing options...
Question
Lord Ganja
I was about to transfer from svn to github to always be up to date.
The thing is, how could I transfer my src with modifications to github?
I wanted to use the latest update of github but above it is my modified src.
I don't want to replace the whole src from my svn. I only wanted the modified part of my src to be applied to github..
Should I do it manually or follow this one?
So based from that guide I have to drag and drop the files from my svn to github and replace all.. After doing it, I have to stash save,
then tortoisegit > pull and after it i have to stash pop..
What I don't really understand is what does this Stash Save and Stash Pop do?
Does it merged my modified src to the github src by just adding the modified src? or it is replaced as a whole by my modified src?
Thanks in advance!
Edited by Lord GanjaLink to comment
Share on other sites
5 answers to this question
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.