Jump to content
  • 0

SVN to Github Questions


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

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!  /no1

Edited by Lord Ganja
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

create patch in old server [sVN]

 

checkout github

 

and apply your patch

 

 

use turtoise 1.8

 

/ok

Edited by Akbare
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

@Akbare

That's the only way? So, it's like doing it manually..

anyway, thank you for your reply.

Edited by Lord Ganja
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

@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  /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

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 /pif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...