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