Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 05:15:14 +0300
From:      mbsd <mbsd@isgroup.com.ua>
To:        freebsd-ports@freebsd.org
Subject:   Re: [HEADS UP] Ports tree has been migrated to Subversion
Message-ID:  <1342491314.71052.11.camel@localhost>
In-Reply-To: <20120716043813.GA29279@freefall.freebsd.org>
References:  <20120716043813.GA29279@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I saw svn support was added to Makefile.
But I'd rather use git for this purpose.
Do I have any chance whatsoever at my patch being accepted?
And what I need to do for accepting?

diff --git a/Makefile b/Makefile
index 319d65e..e639a57 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,7 @@ print-index:        ${INDEXDIR}/${INDEXFILE}
        @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s
\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s
\nF-deps:\t%s\nWWW:\t%
 
 CVS?= cvs
+GIT?= git
 SVN?= svn
 SUP?= csup
 PORTSNAP?= portsnap
@@ -177,6 +178,11 @@ update:
        @echo ">>> Updating ${.CURDIR} from svn repository"
        @echo
"--------------------------------------------------------------"
        cd ${.CURDIR}; ${SVN} -q update
+.elif exists(${.CURDIR}/.git)
+       @echo
"--------------------------------------------------------------"
+       @echo ">>> Updating ${.CURDIR} from git+svn repository"
+       @echo
"--------------------------------------------------------------"
+       cd ${.CURDIR}; ${GIT} ${SVN} rebase
 .else
        @echo
"--------------------------------------------------------------"
        @echo ">>> Running ${PORTSNAP}"


On Mon, 2012-07-16 at 04:38 +0000, Thomas Abthorpe wrote:
> The migration to Subversion is done and the SVN->CVS exporter is
> running.
> 
> Before committing please read the Ports Subversion Primer,
> http://wiki.freebsd.org/PortsSubversionPrimer.  Please feel to add
> missing parts of fix it if something is wrong.
> 
> For those who like to mirror the repository, the svn mirror seed will be
> available in /pub/FreeBSD/development/subversion/ on a mirror near you.
> First places it will likely be are
> http://freebsd.isc.org/pub/FreeBSD/development/subversion/ and
> http://ftp.dk.freebsd.org/pub/FreeBSD/development/subversion/.  Be
> aware that the uncompressed repository is about 14GB.
> 
> Many thanks to simon@ for all the work he did this weekend to make the
> switch happen!
> 
> http://blogs.freebsdish.org/portmgr/2012/07/16/ports-tree-has-been-migrated-to-subversion/
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1342491314.71052.11.camel>