|
From: <sv...@va...> - 2005-07-26 10:41:10
|
Author: sewardj Date: 2005-07-26 11:40:31 +0100 (Tue, 26 Jul 2005) New Revision: 4265 Log: Property change: list svn://svn.valgrind.org/vex/trunk as an SVN external to be checked out into ./VEX Modified: trunk/ Property changes on: trunk ___________________________________________________________________ Name: svn:externals + VEX svn://svn.valgrind.org/vex/trunk |
|
From: Josef W. <Jos...@gm...> - 2005-07-26 18:30:12
|
On Tuesday 26 July 2005 12:40, sv...@va... wrote: > Author: sewardj > Date: 2005-07-26 11:40:31 +0100 (Tue, 26 Jul 2005) > New Revision: 4265 > > Log: > Property change: list svn://svn.valgrind.org/vex/trunk as an SVN > external to be checked out into ./VEX I am behind a firewall, which blocks the SVN port (3690). Thus, for my anonymous checkout of valgrind/vex I used HTTP (e.g. http://svn.valgrind.org/vex/trunk). With this external, svn always is blocking now at the end of an update in valgrind. Does anybody have an idea how to workaround this? Thanks, Josef |
|
From: Tom H. <to...@co...> - 2005-07-26 23:19:10
|
In message <200...@gm...>
Josef Weidendorfer <Jos...@gm...> wrote:
> On Tuesday 26 July 2005 12:40, sv...@va... wrote:
> > Author: sewardj
> > Date: 2005-07-26 11:40:31 +0100 (Tue, 26 Jul 2005)
> > New Revision: 4265
> >
> > Log:
> > Property change: list svn://svn.valgrind.org/vex/trunk as an SVN
> > external to be checked out into ./VEX
>
> I am behind a firewall, which blocks the SVN port (3690).
> Thus, for my anonymous checkout of valgrind/vex I used HTTP (e.g.
> http://svn.valgrind.org/vex/trunk).
>
> With this external, svn always is blocking now at the end of an update in
> valgrind. Does anybody have an idea how to workaround this?
Unfortunately externals have to be defined by an absolute URL so we
can't just use /vex/trunk as the URL in the external.
We could put the http URL in which would mean that nobody could commit
through that checkout, which isn't too bad. It would also mean that
anybody in the reverse position to you would have a problem but that
is probably less people.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Robert W. <rj...@du...> - 2005-07-26 23:41:37
|
> We could put the http URL in which would mean that nobody could commit > through that checkout, which isn't too bad. Yes, especially since mostly nobody can commit to the vex repository anyway? If you need to commit, you can do it through another vex repository, which means that it makes sense to have some mechanism to say "ignore the VEX directory and do the build here" to configure. Regards, Robert. |