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

Re: svn externals: 2 paths for authentication, but only one external?

From: Mike Dixon <michael.dixon_at_denovosoftware.com>
Date: Fri, 17 Apr 2009 12:56:29 -0700

John Owens wrote:
> The problem is that when I add bib as an external, I have to add it under
> one of the two authentication paths, either Kerberos or password. If
> I pick one, the external doesn't work for the other one. That's the
> problem I'm trying to solve.

Well, it sounds like the ideal answer is a relative external:
"^/bib/all.bib". Unfortunately, I think you can't use relative paths for
file externals in 1.6; only folder externals will work. (I may be wrong
about this; I only vaguely remember seeing it mentioned at some point.)

Would it be okay to have all.bib appear in a subdirectory for each
paper? ex. /papers/paper/shared/all.bib

If that will work, then just add "^/bib shared" to your svn:externals to
each /papers/paper folder. Or if you have more than one file in /bib,
move all.bib into a subdirectory and then use that as the external
target. ex. "^/bib/shared shared"

-Mike

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1773923

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-17 21:57:50 CEST

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.