[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] git clone your_exported _imported_svn_tree
- To: microblaze-uclinux <microblaze-uclinux@xxxxxxxxxxxxxx>
- Subject: [microblaze-uclinux] git clone your_exported _imported_svn_tree
- From: Nicolas Herve <nicolas.herve@xxxxxxxxx>
- Date: Tue, 26 May 2009 15:49:45 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ZfO+AVcH3iUPKpFHdAbtVhmsXr9E75pg0JSmKWcn8Js=; b=bJB7n3eLFu4+/dYc+HFKQUI62X0VG0XyyGDOsrPI7praSEo0xNlb1rqrjbW3F5DcVG 9nAOA7+T+Q8QwF+MwBu+lefcETb4ZKcITEqV5xEbzcP1hpi9qkNtB7hbg+7pvlC9asEA sAmrYkROPz2qOYvR32OZJVhfQt/Wr/ilKKOLE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MZ1SGHahv6izR8dSJma1zCtqLRlxyXJ4AB4XrHm9jVKCmG2lDHJf+ZR0wtOBLnAoKH qQb57y09Na62FOMu6GbcrPGaRzcKZQYWhDAZ9QLhJbAEDl8hQ+LkkM/iFq96bXKX4tWY 27pfK5lfeEryBXLlkLmjvqrhMpH+XYzpz6KWQ=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx
Hi all,
As I can see from various posts, some of us use git locally to manage their own changes.
I allready have cloned the main tree with 'git-svn clone ...' but does any of you has convert the full SVN tree or since at least a pre petalinux-v0.30-rc1 revision ? As I can read from http://utsl.gen.nz/talks/git-svn/intro.html it will save a lot of time, if clonning (the Cheater way) rather than importing the whole repository from Subversion. Is there some export of such a git tree via http (or git protocol on port 80) ?
Nicolas