From users-return-5523-daniel=haxx.se@subversion.apache.org Wed Oct 20 19:39:37 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=0.5 required=3.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID,T_RP_MATCHES_RCVD autolearn=no version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o9KHdZvA002796 for ; Wed, 20 Oct 2010 19:39:36 +0200 Received: (qmail 34990 invoked by uid 500); 20 Oct 2010 17:39:27 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 34979 invoked by uid 99); 20 Oct 2010 17:39:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 17:39:27 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS Received-SPF: pass (athena.apache.org: domain of dextrous85@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 17:39:23 +0000 Received: by vws15 with SMTP id 15so1359991vws.16 for ; Wed, 20 Oct 2010 10:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=Kp8WfMEfxCnVGJ2HfDnvQHVOY3YQzGEUh5/LmOBfVJg=; b=wkHMgaWqCECF6yzirtLWONcxWGHa3IE5BhKajuzFt+0dOT9M4y5+QYympDGGLJtJvM CSkIFBwUCslyANnnalDHY8g3mdKE5KYtIc5GusNz45Df1TlJTDV4wWzqwLwf2uNcvbi3 zMf+jnRtICPcRi8o8tHCVziapdZgcjN2/FMOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=iN/rOC14KHy1ABvOcAgptkQI5Um6jYP1hRVnsdmWo5z90UmFbTQ9ff/ivyc/rO1bKh 6pTuZahEbecdpBa0f6kk8Z0r2L9Dxpn7eJL5ZvEJu3NkQ0/SICvu3oXYHK4qlUb6CdQj mpx56eQ13ecU8oNnrCttfH9AXSfLeW2RyDpUE= Received: by 10.229.71.225 with SMTP id i33mr6694221qcj.195.1287596341939; Wed, 20 Oct 2010 10:39:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.216.11 with HTTP; Wed, 20 Oct 2010 10:38:39 -0700 (PDT) In-Reply-To: <4D4D31EB-3344-466E-85A5-3BA962A7D42C@gmail.com> References: <4D4D31EB-3344-466E-85A5-3BA962A7D42C@gmail.com> From: vishwajeet singh Date: Wed, 20 Oct 2010 23:08:39 +0530 Message-ID: Subject: Re: How to mirror a SVN GitHub Repo to a SVN repo elsewhere To: =?ISO-8859-1?Q?Gonzalo_Rodr=EDguez=2DBaltan=E1s_D=EDaz?= Cc: users@subversion.apache.org Content-Type: multipart/alternative; boundary=0016e6506e32934e4f04930fe2e8 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Wed, 20 Oct 2010 19:39:37 +0200 (CEST) X-Friend: Nope --0016e6506e32934e4f04930fe2e8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/10/20 Gonzalo Rodr=EDguez-Baltan=E1s D=EDaz > Hello > > Maybe you can help me to achieve this: > > GitHub has support for Read Only SVN repo of every Git repo. I want to us= e > this to mirror the GitHub repo to a SVN Repo in the servers of my School. > > But I got some errors messages that I don't understand. I am stuck. Maybe > you can enlighten my path :) > > The details of my situation are here: > > > http://stackoverflow.com/questions/3978109/how-to-mirror-a-github-svn-rep= ository-to-svn-repository-hosted-in-other-place > > Feel free to answer me wherever you want. > > Thank you a lot. you can try out svnsync to mirror the svn repo at github --=20 Vishwajeet Singh +91-9657702154 | dextrous85@gmail.com | http://bootstraptoday.com Twitter: http://twitter.com/vishwajeets | LinkedIn: http://www.linkedin.com/in/singhvishwajeet --0016e6506e32934e4f04930fe2e8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

2010/10/20 Gonzalo Rodr=EDguez-Baltan=E1= s D=EDaz <siotopo= @gmail.com>
Hello

Maybe you can help me to achieve this:

GitHub has support for Read Only SVN repo of every Git repo. I want to use = this to mirror the GitHub repo to a SVN Repo in the servers of my School.
But I got some errors messages that I don't understand. I am stuck. May= be you can enlighten my path :)

The details of my situation are here:

http://stackoverflow.com/questions/3978109/how-to-mirror-a-github-svn-repo= sitory-to-svn-repository-hosted-in-other-place

Feel free to answer me wherever you want.

Thank you a lot.

you can try out svns= ync to mirror the svn repo at github


--
= Vishwajeet Singh
+91-9657702154 | dextrous85@gmail.com | http://b= ootstraptoday.com
Twitter: http://twitter.com/vish= wajeets | LinkedIn: http://www.linkedin.com/in/singhvishwajeet
--0016e6506e32934e4f04930fe2e8--