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

Re: limiting logs and diffs to specific nodes

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-13 16:51:48 CEST

On 9/12/06, Adam Monsen <haircut@gmail.com> wrote:
> On 9/12/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> > On 9/12/06, Adam Monsen <haircut@gmail.com> wrote:
> > > Is there a way to limit logs and diffs to specific nodes?
> > >
> > > For instance, say I want all log messages or all diffs from 0:HEAD, but only
> > > for specific files and/or directories in a repository. Is there a way to get
> > > this without parsing the log/diff output(s) myself?
> >
> > Uhh, how about svn log svn://server/repos/path/to/file/or/directory?
> >
> [...]
>
> Sorry, I asked wrong. Let me try again using an example or two. Given
> this repository layout:
>
> `-- myrepo
> |-- branches
> |-- tags
> `-- trunk
> |-- doc
> |-- lib
> `-- src
>
> What I'd like to be able to do is basically show logs for all nodes,
> but filter out "lib", ala:
>
> svn log --exclude=myrepo/trunk/lib myrepo/trunk
>
> Similarly for "diff":
>
> svn diff --exclude=myrepo/trunk/lib myrepo/trunk

Unfortunately no, you can include multiple paths, but there's no way
to exclude them.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 13 18:36:11 2006

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.