Re: git svn pull latest code

2012-05-23 Thread Sinbad
On Mon, May 21, 2012 at 9:06 AM, 郭晓峰 wrote: > git svn clone -s -r HEAD https://tmux.svn.sourceforge.net/svnroot/tmux > > "-s" means keeping git understand svn's tags/branches/trunk structure, > and "-r HEAD" means you just want to check out the latest version. > Because you use "-s", you can't ad

Re: git svn pull latest code

2012-05-20 Thread 郭晓峰
git svn clone -s -r HEAD https://tmux.svn.sourceforge.net/svnroot/tmux "-s" means keeping git understand svn's tags/branches/trunk structure, and "-r HEAD" means you just want to check out the latest version. Because you use "-s", you can't add "trunk" at the end of the svn link. Hope it helps.

Re: git svn pull latest code

2012-05-20 Thread Thomas Adam
On Sun, May 20, 2012 at 04:45:45PM +0530, Sinbad wrote: > No body asked you to answer, if you don't like to answer it just ignore it. > This is too much of an attitude for someone who likes teddy bears, Ah ... No worries. I've already done the hard work for you though, by maintaining this git mir

Re: git svn pull latest code

2012-05-20 Thread Sinbad
On Sun, May 20, 2012 at 1:19 PM, Thomas Adam wrote: > Hi, > > Stop buggering about. There's an autogen.sh script you need to run to > generate that. > On May 20, 2012 5:19 AM, "Sinbad" wrote: > >> >> On Sun, May 20, 2012 at 9:44 AM, Sinbad wrote: >> >>> On Thu, May 17, 2012 at 1:36 PM, Thomas A

Re: git svn pull latest code

2012-05-20 Thread Thomas Adam
Hi, Stop buggering about. There's an autogen.sh script you need to run to generate that. On May 20, 2012 5:19 AM, "Sinbad" wrote: > > On Sun, May 20, 2012 at 9:44 AM, Sinbad wrote: > >> On Thu, May 17, 2012 at 1:36 PM, Thomas Adam wrote: >> >>> On 17 May 2012 08:55, Sinbad wrote: >>> > i'm tr

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Sun, May 20, 2012 at 9:44 AM, Sinbad wrote: > On Thu, May 17, 2012 at 1:36 PM, Thomas Adam wrote: > >> On 17 May 2012 08:55, Sinbad wrote: >> > i'm trying to pull latest tmux code from git. >> > when i run "git svn clone " it is fetching >> > all the revisions, how can i just pull the latest

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Thu, May 17, 2012 at 1:36 PM, Thomas Adam wrote: > On 17 May 2012 08:55, Sinbad wrote: > > i'm trying to pull latest tmux code from git. > > when i run "git svn clone " it is fetching > > all the revisions, how can i just pull the latest > > snapshot of the code without getting revision > > h

Re: git svn pull latest code

2012-05-17 Thread Thomas Adam
On 17 May 2012 08:55, Sinbad wrote: > i'm trying to pull latest tmux code from git. > when i run "git svn clone " it is fetching > all the revisions, how can i just pull the latest > snapshot of the code without getting revision > history. i did some googling, and found that > git's depth option c

git svn pull latest code

2012-05-17 Thread Sinbad
i'm trying to pull latest tmux code from git. when i run "git svn clone " it is fetching all the revisions, how can i just pull the latest snapshot of the code without getting revision history. i did some googling, and found that git's depth option can be used, but depth option is not supported in