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

Re: [patch] add some formatting to webdav browsing

From: <cmpilato_at_collab.net>
Date: 2002-02-19 18:43:48 CET

Ben Collins <bcollins@debian.org> writes:

> > I love the intent of this patch. I, too, was a bit disappointed by
> > the lack of newlines in the HTML output here. I do have to make a
> > small complaint about your log message not mentioning and symbol names
> > (see "Writing Log Entries" in the HACKING file).
>
> Yeah, I know how to write changelogs :)

Please don't be offended; no offense was intended.

<sidebar> Hm. I suppose I should state for the record that no, I did
NOT use my "hip-hop voice" while typing that last line. </sidebar>

Anyways, we encourage the inclusion of specific pieces of information
when composing Subversion log messages. That's all I'm saying.

> > [...] But I was wondering if the result someone sees in
> > their browser when traversing down a few directories, then up the
> > chain of '..' links, is something like:
> >
> > http://svn.collab.net/repos/svn/trunk
> >
> > or something like:
> >
> > http://svn.collab.net/repos/svn/trunk/subversion/test/libsvn_fs/../../..
> >
> > I would prefer the former, and imagine this is quite possible using
> > svn_path_remove_last_component(resource->info->repos_path) to get the
> > parent's path (and I suppose that would get appended to some base
> > repository URL certainly stashed somewhere).
>
> It's the former. I didn't see anyway of finding out the baseurl (the
> rest of the code also uses relative links instead of absolute, so I
> assumed it was ok to continue with that).

Coolio.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

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

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