git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Dongsheng Song" <dongsheng.song@gmail.com>
To: "Sasha Khapyorsky" <sashak@voltaire.com>
Cc: "Daniel Drake" <ddrake@brontes3d.com>, git@vger.kernel.org
Subject: Re: git-svnimport breakage as of git-1.4.4
Date: Tue, 12 Dec 2006 05:01:21 +0800	[thread overview]
Message-ID: <4b3406f0612111301m302dfe3dm81b09a432e67163d@mail.gmail.com> (raw)
In-Reply-To: <20061211205006.GD1003@sashak.voltaire.com>

$ cat svn2git-tortoisesvn.sh
#!/bin/sh

export LC_ALL=C
export WC_ROOT=/home/cauchy/wc/git
export REPO_NAME=tortoisesvn

echo "[`date`] Start import & pack ..."
mr=0
while [ $mr -le 9000 ]; do

    if test -f $WC_ROOT/$REPO_NAME/.git/SVN2GIT_HEAD; then
        echo "[`date`] clean up ..."
        cd $WC_ROOT/$REPO_NAME
        git-read-tree -m -u SVN2GIT_HEAD HEAD && rm -f .git/SVN2GIT_HEAD
        echo "[`date`] clean up finished"
    fi

    mr=$(($mr + 1000))
    echo "[`date`] Start import up to revison $mr ..."

    git-svnimport -v -i -r -o master -l $mr -C $WC_ROOT/$REPO_NAME
http://tortoisesvn.tigris.org/svn/tortoisesvn

    echo "[`date`] Finish import up to revison $mr"

    cd $WC_ROOT/$REPO_NAME && git-repack -a -d --window=64 --depth=64

    echo "[`date`] Finish repack revison $mr"
    cd $WC_ROOT/$REPO_NAME && find .git -name pack | xargs ls -l
done
echo "[`date`] Finished import & pack"


2006/12/12, Sasha Khapyorsky <sashak@voltaire.com>:
> On 04:00 Tue 12 Dec     , Dongsheng Song wrote:
> > Sorry, I assume you have see http://tortoisesvn.tigris.org/:
> >
> > username : guest
> > password : ""
>
> Thanks, I can grab svn log now. Which command line you are using?
>
> Sasha

  reply	other threads:[~2006-12-11 21:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-07 15:26 git-svnimport breakage as of git-1.4.4 Daniel Drake
2006-12-08 20:32 ` Sasha Khapyorsky
2006-12-10  3:49   ` Dongsheng Song
2006-12-10 11:47     ` Sasha Khapyorsky
2006-12-11 20:00       ` Dongsheng Song
2006-12-11 20:50         ` Sasha Khapyorsky
2006-12-11 21:01           ` Dongsheng Song [this message]
2006-12-14  2:25             ` Sasha Khapyorsky
2006-12-11 14:27   ` Daniel Drake
2006-12-11 20:49     ` Sasha Khapyorsky
2006-12-11 21:03       ` Daniel Drake
2006-12-11 22:03         ` Sasha Khapyorsky
2006-12-13 16:28       ` Daniel Drake
2006-12-14  2:21         ` Sasha Khapyorsky
2006-12-14 21:05           ` Daniel Drake
2006-12-14 21:20             ` Sasha Khapyorsky
2006-12-14 21:32               ` Junio C Hamano
2006-12-14 21:43                 ` Sasha Khapyorsky
2007-01-07  0:22                   ` [PATCH] git-svnimport: clean svn path when accessing SVN repo Sasha Khapyorsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4b3406f0612111301m302dfe3dm81b09a432e67163d@mail.gmail.com \
    --to=dongsheng.song@gmail.com \
    --cc=ddrake@brontes3d.com \
    --cc=git@vger.kernel.org \
    --cc=sashak@voltaire.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).