axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: sourceforge cvs


From: root
Subject: Re: [Axiom-developer] Re: sourceforge cvs
Date: Mon, 1 May 2006 08:44:40 -0400

David,

Sourceforge SVN seems to be broken. Yours is the latest complaint
I've seen from the sourceforge SVN/CVS archives. Bill spent some
time trying to clean them up. I'd suggest doing a tla checkout
from the arch repository and then doing:

  diff -r --brief archcheckout svncheckout

they should be exactly the same modulo the arch and svn control
repositories. You can remove most of the noise with grep -v thus:

  diff -r --brief archcheckout svncheckout | grep -v arch-id 

Tim


====================================================================

> Obtaining a working copy from the Sourceforge SVN repository
> ============================================================
[...]
>
> * read-only access:
>
>    Check out the silver branch of Axiom source code with
>
>      svn co https://svn.sourceforge.net/svnroot/axiom/trunk axiom.silver

I checked out a fresh silver tree following above instructions and this
tree does not build.

(after a 'make')

10 copying /home/david/pub/axiom-libre/silver/axiom/src/scripts to 
/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/text-base/axiom.sty.svn-base':
 Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/prop-base/axiom.sty.svn-base':
 Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/props/axiom.sty.svn-work':
 Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/wcprops/axiom.sty.svn-work':
 Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/entries': 
Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/empty-file': 
Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/README.txt': 
Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/format': 
Permission denied
cp: cannot create regular file 
`/home/david/pub/axiom-libre/silver/axiom/mnt/linux/bin/tex/.svn/dir-wcprops': 
Permission denied
make: *** [litcmds] Error 1


I suppose this is related to the .svn/ directories being spread all over
the axiom tree.

'make clean' does not work neither, with the same error.

Best wishes,
d.

====================================================================
> There is definitely a strange problem with the CVS at SourceForge.

I have not been following the thread closely but SF has locked  
anonymous checkout because they had problems with it.

I work on a project where the latest we can get is a March 9th update  
when the developer keeps adding stuff everyday.

There is a note somewhere on SF about that.

JC Helary

====================================================================
> On 26 avril 2006 à 22:01 -0400, Tim Daly (root) wrote:
> ...
> > These are the first few lines of the Makefile for the latest
> > version just checked out from the sourceforge cvs.
> ...
> > #GCLVERSION=gcl-2.6.7
> > GCLVERSION=gcl-2.6.8pre
> ...
> 
> Checked out another time on a reiserfs partition without success
> (always the Axiom (December 2005) version). So it seems that I'm 
> alone with this problem, another thing that I don't understand today.
> The "Browse CVS Repository" service don't work too for me...
> 
> Sorry for the inconvenience.
> 

There is definitely a strange problem with the CVS at SourceForge.

The CVS browse now shows everything as atleast 3 months old:

http://cvs.sourceforge.net/viewcvs.py/axiom/axiom/

(December 2005) and

http://cvs.sourceforge.net/viewcvs.py/axiom/axiom/Makefile?view=markup

shows the old version of the Makefile without gcl-2.6.8pre

But that is very odd! Because two days ago I did a 'cvs update'
from SourceForge and I did obtain the correct new version.

And further more the Savannah CVS browse is also up to date:

http://cvs.savannah.nongnu.org/viewcvs/axiom/?root=axiom

(patch-49)

I don't understand it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]