|
From: <sv...@va...> - 2005-07-29 17:21:22
|
Author: dirk Date: 2005-07-29 18:20:21 +0100 (Fri, 29 Jul 2005) New Revision: 4293 Log: use http:// svn:externals for all those poor souls behind braindamaged firewalls Modified: trunk/ Property changes on: trunk ___________________________________________________________________ Name: svn:externals - VEX svn://svn.valgrind.org/vex/trunk + VEX http://svn.valgrind.org/vex/trunk |
|
From: Julian S. <js...@ac...> - 2005-08-01 13:49:27
|
Urk. This means I can't commit to the resulting vex tree, which is a drag. Apart from JosefW did anyone else have a problem with this? How inconvenient will it be to change this back to the way it was? J On Friday 29 July 2005 18:20, sv...@va... wrote: > Author: dirk > Date: 2005-07-29 18:20:21 +0100 (Fri, 29 Jul 2005) > New Revision: 4293 > > Log: > use http:// svn:externals for all those poor > souls behind braindamaged firewalls > > Modified: > trunk/ > > > > Property changes on: trunk > ___________________________________________________________________ > Name: svn:externals > - VEX svn://svn.valgrind.org/vex/trunk > > + VEX http://svn.valgrind.org/vex/trunk > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=Click > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers |
|
From: Tom H. <to...@co...> - 2005-08-01 13:59:28
|
In message <200...@ac...>
Julian Seward <js...@ac...> wrote:
> Urk. This means I can't commit to the resulting vex tree,
> which is a drag. Apart from JosefW did anyone else have a
> problem with this? How inconvenient will it be to change this
> back to the way it was?
No objections here. I had to tweak my subversion configuration to use
the web proxy and then tweak the web proxy to handle WebDAV in order
to make the new system work so both systems have problems...
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Nicholas N. <nj...@cs...> - 2005-08-01 15:20:45
|
On Mon, 1 Aug 2005, Julian Seward wrote: > Urk. This means I can't commit to the resulting vex tree, > which is a drag. You can't commit from the Vex tree that's within the Valgrind tree, but you should still be able to commit from a separate Vex tree, configuring with --with-vex, right? N |
|
From: Julian S. <js...@ac...> - 2005-08-01 16:51:53
|
> You can't commit from the Vex tree that's within the Valgrind tree, but > you should still be able to commit from a separate Vex tree, configuring > with --with-vex, right? Yes, but it's less convenient. Also, since automagically-checked-out Vex is now the "default" for anonymous valgrind checkouts, I'd prefer to be able to work in that scenario just so as to ensure it's regularly used and doesn't break. If you see what I mean. J |
|
From: Dirk M. <dm...@gm...> - 2005-08-01 20:39:23
|
On Monday 01 August 2005 18:52, Julian Seward wrote: > Yes, but it's less convenient. Also, since automagically-checked-out Vex > is now the "default" for anonymous valgrind checkouts, I'd prefer to be > able to work in that scenario just so as to ensure it's regularly used > and doesn't break. If you see what I mean. Just call "svn switch" to the real url inside valgrind/VEX. In general svn:externals are a horrible hack, and I hope the Subversion developers come up with real module aliases soon. We're jumping through quite some loops inside the KDE repository as well.. Dirk |
|
From: Julian S. <js...@ac...> - 2005-08-01 23:33:27
|
On Monday 01 August 2005 21:38, Dirk Mueller wrote: > On Monday 01 August 2005 18:52, Julian Seward wrote: > > Yes, but it's less convenient. Also, since automagically-checked-out Vex > > is now the "default" for anonymous valgrind checkouts, I'd prefer to be > > able to work in that scenario just so as to ensure it's regularly used > > and doesn't break. If you see what I mean. > > Just call "svn switch" to the real url inside valgrind/VEX. Gaah! What a hack. Thanks for the tip; I had no idea this was even possible. J |