Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: CVS repository down



2009/3/11 Peter Stephenson <pws@xxxxxxx>:
> http://apps.sourceforge.net/wordpress/sourceforge/  says this:
>
> 2009-03-10: Service CVS unplanned downtime
> March 10th, 2009
>
> CVS repositories that begin with the letters (a e h i m o r w z) are
> experiencing unplanned downtime since 2009-03-10 18:00 UTC.
> SourceForge.net staff are actively working to resolve the issue and
> anticipate having the service returned sometime in the next 2
> days. Questions or concerns may be directed to us by Support Request.

If someone wants to get the source before sf has their stuff fixed,
you can clone it from one of the git repos that have imported cvs. I
have one here:
git clone git://git.mika.l3ib.org/zsh-cvs.git
and there is one at
git clone git://repo.or.cz/zsh.git

-- 
Mikael Magnusson


(if you don't want the full history you can save about 3MB (out of
10MB) of transfer by giving --depth=1, or 7.5MB by doing (in a new
dir)
git init
git remote add origin git://theuri
git fetch --depth=1 origin master:refs/remotes/origin/master
git merge origin/master
)



Messages sorted by: Reverse Date, Date, Thread, Author