[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error parsing svn:externals

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-11 18:26:39 CET

On Nov 11, 2004, at 10:37 AM, Reinhard Brandstädter wrote:

> On Thursday 11 November 2004 16:01, you wrote:
>> 'svn:externals' is something wholly interpreted by an svn client, used
>> to construct composite working copies. The repository itself has no
>> 'symlink' feature, either between directories or other repositories.
>> So I don't think there's any way to achieve what you want.
>
> just an idea...but i didn't expect it to work anyways.
> But if a svn client like TortoiseSVN can resolve the externals def

TortoiseSVN interprets svn:externals properties because that feature is
inherent in the svn client library. All "clients" do it. TortoiseSVN
didn't have to do a thing to make it happen.

It sounds like you're talking about writing a server-side web-browsing
tool, like ViewCVS, which reads the repository directly and interprets
the external properties, creating "virtual" views of project trees.
Right? That would work, definitely.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 11 18:28:10 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.