|
From: Jeroen N. W. <jn...@xs...> - 2005-05-05 06:50:50
|
I am trying to access the valgrind cvs repository, but I keep getting error cvs [diff aborted]: connect to anoncvs.kde.org(134.2.170.97):2401 failed: Connection refused Can anybody help me out? Thanks, Jeroen. |
|
From: Tom H. <to...@co...> - 2005-05-05 07:24:01
|
In message <21163.194.109.230.85.1115275842.squirrel@194.109.230.85>
Jeroen N. Witmond <jn...@xs...> wrote:
> I am trying to access the valgrind cvs repository, but I keep getting error
>
> cvs [diff aborted]: connect to anoncvs.kde.org(134.2.170.97):2401 failed:
> Connection refused
>
> Can anybody help me out?
I believe it has been turned off as KDE have moved to subversion now.
All new valgrind development is now in the valgrind subversion
repository anyway.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Jeroen N. W. <jn...@xs...> - 2005-05-05 09:22:10
|
"Tom Hughes" <to...@co...> wrote: > In message <21163.194.109.230.85.1115275842.squirrel@194.109.230.85> > Jeroen N. Witmond <jn...@xs...> wrote: > >> I am trying to access the valgrind cvs repository, but I keep getting >> error >> >> cvs [diff aborted]: connect to anoncvs.kde.org(134.2.170.97):2401 >> failed: >> Connection refused >> >> Can anybody help me out? > > I believe it has been turned off as KDE have moved to subversion now. Does this imply that both valgrind and kde need to update their websites? http://valgrind.org/devel/cvs_svn.html and http://developer.kde.org/source/anoncvs.html > > All new valgrind development is now in the valgrind subversion > repository anyway. Does that mean that bugfixes in the stable valgrind-2.4 line are also in subversion? Jeroen. |
|
From: Tom H. <to...@co...> - 2005-05-05 10:03:13
|
In message <13869.194.109.230.85.1115284919.squirrel@194.109.230.85>
Jeroen N. Witmond <jn...@xs...> wrote:
> "Tom Hughes" <to...@co...> wrote:
>
>> I believe it has been turned off as KDE have moved to subversion now.
>
> Does this imply that both valgrind and kde need to update their websites?
> http://valgrind.org/devel/cvs_svn.html and
> http://developer.kde.org/source/anoncvs.html
Probably, but as the change only occurred last night you might want to
give people a few hours to catch up ;-)
>> All new valgrind development is now in the valgrind subversion
>> repository anyway.
>
> Does that mean that bugfixes in the stable valgrind-2.4 line are also in
> subversion?
They will make their way to subversion yes. I'm not sure anybody is
actually doing any work on fixes to the 2.4 line anyway. I haven't
seen any commits there since the 2.4.0 release. If it did prove
necessary to do a 2.4.1 release then it would be done from the KDE
repository though.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Nicholas N. <nj...@cs...> - 2005-05-05 14:11:55
|
On Thu, 5 May 2005, Tom Hughes wrote: >> Does this imply that both valgrind and kde need to update their websites? >> http://valgrind.org/devel/cvs_svn.html and >> http://developer.kde.org/source/anoncvs.html > > Probably, but as the change only occurred last night you might want to > give people a few hours to catch up ;-) I tried last night, the KDE CVS was still usable but read-only. I didn't change the Valgrind site instructions because KDE hadn't changed their's so I didn't know how to access anonymous SVN :) N |
|
From: Nicholas N. <nj...@cs...> - 2005-05-05 14:52:03
|
On Thu, 5 May 2005, Nicholas Nethercote wrote: > I tried last night, the KDE CVS was still usable but read-only. I didn't > change the Valgrind site instructions because KDE hadn't changed their's so I > didn't know how to access anonymous SVN :) Ok, I've updated the page now. N |
|
From: Jeroen N. W. <jn...@xs...> - 2005-05-06 07:42:29
|
> On Thu, 5 May 2005, Nicholas Nethercote wrote: > >> I tried last night, the KDE CVS was still usable but read-only. I >> didn't >> change the Valgrind site instructions because KDE hadn't changed their's >> so I >> didn't know how to access anonymous SVN :) > > Ok, I've updated the page now. > One small nitpick: there shoud be no slash following "svn co svn://anonsvn.kde.org/home/kde/trunk/valgrind". With the slash, I get this error: "svn: Malformed network data"; without the slash, it works as expected. Regards, Jeroen. |
|
From: Nicholas N. <nj...@cs...> - 2005-05-06 12:57:18
|
On Fri, 6 May 2005, Jeroen N. Witmond wrote: > One small nitpick: there shoud be no slash following "svn co > svn://anonsvn.kde.org/home/kde/trunk/valgrind". With the slash, I get this > error: "svn: Malformed network data"; without the slash, it works as > expected. It works for me with the slash. Could something else have gone wrong when you tried it? N |
|
From: Jeroen N. W. <jn...@xs...> - 2005-05-06 13:33:49
|
> On Fri, 6 May 2005, Jeroen N. Witmond wrote: > >> One small nitpick: there shoud be no slash following "svn co >> svn://anonsvn.kde.org/home/kde/trunk/valgrind". With the slash, I get >> this >> error: "svn: Malformed network data"; without the slash, it works as >> expected. > > It works for me with the slash. Could something else have gone wrong when > you tried it? > I guess so. I just tried it again with the slash, and now the checkout works as expected (revision 410022). Sorry to have bothered you. Jeroen. |