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 sinbad.sin...@gmail.com wrote: On Sun, May 20, 2012 at 9:44 AM, Sinbad sinbad.sin...@gmail.com wrote: On Thu, May 17, 2012 at 1:36 PM, Thomas Adam tho...@xteddy.org wrote:

Re: git svn pull latest code

2012-05-20 Thread Sinbad
On Sun, May 20, 2012 at 1:19 PM, Thomas Adam tho...@xteddy.org 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 sinbad.sin...@gmail.com wrote: On Sun, May 20, 2012 at 9:44 AM, Sinbad sinbad.sin...@gmail.com

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. On Thu,

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Thu, May 17, 2012 at 1:36 PM, Thomas Adam tho...@xteddy.org wrote: On 17 May 2012 08:55, Sinbad sinbad.sin...@gmail.com wrote: i'm trying to pull latest tmux code from git. when i run git svn clone link it is fetching all the revisions, how can i just pull the latest snapshot of the

Re: git svn pull latest code

2012-05-19 Thread Sinbad
On Sun, May 20, 2012 at 9:44 AM, Sinbad sinbad.sin...@gmail.com wrote: On Thu, May 17, 2012 at 1:36 PM, Thomas Adam tho...@xteddy.org wrote: On 17 May 2012 08:55, Sinbad sinbad.sin...@gmail.com wrote: i'm trying to pull latest tmux code from git. when i run git svn clone link it is

Re: git svn pull latest code

2012-05-17 Thread Thomas Adam
On 17 May 2012 08:55, Sinbad sinbad.sin...@gmail.com wrote: i'm trying to pull latest tmux code from git. when i run git svn clone link 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