Log in

View Full Version : AviSynth CVS?


sh0dan
8th June 2004, 10:03
What has happened to the AviSynth CVS?

In D:\dev\avisynth2\avisynth: cvs -z9 commit -m "- Mask: Clips with different pitches now supported." src/filters/layer.cpp
CVSROOT=:ext:sh0dan@cvs.avisynth2.sourceforge.net:/cvsroot/avisynth2

Cannot access /cvsroot/avisynth2/CVSROOT
No such file or directory

Error, CVS operation failed

Richard Berg
8th June 2004, 10:58
It works here.

Wilbert
8th June 2004, 11:14
What has happened to the AviSynth CVS?
I also got that problem a while ago. Something changed? (happened sometime before I updated the latest docs)

Try

CVSROOT=:ext:sh0dan@cvs.avisynth2.sourceforge.net:/viewcvs.py/avisynth2

I'm not behind my own PC now, but will check it tonight.

Wilbert
8th June 2004, 19:11
My memory failed. The following works:

:ext:WilbertD@cvs.sourceforge.net:/cvsroot/avisynth2

WarpEnterprises
8th June 2004, 23:10
I don't and didn't use

cvs.avisynth2.sourceforge.net

and it works.Maybe they changed some host resolving.

d'Oursse
9th June 2004, 07:12
they changed that some weeks ago (. The name of the project should not appear in the address : cvs.sourceforge.net must be used, instead of cvs.avisynth2.sourceforge.net:

( 2004-05-03 05:41:25 - Project CVS Service ) As of 2004-04-28 the CVS services will no longer function with the hostname of cvs.PROJECTNAME.sourceforge.net. You should change your CVS commands to use the host cvs.sourceforge.net (the fix for this under all platforms is to perform a checkout into a new directory using the new hostname) and that should resolve any outstanding issues that you may have (this includes issues relating to the SSH host key change warning, among others). This issue came about as a result of upgrading from BIND 8 to BIND 9 which doesn't allow for a wildcard in the middle of a hostname.

sh0dan
10th June 2004, 14:00
Thanks a bunch guys!