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

Re: Diffs between branches?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-04-15 05:51:35 CEST

Chia Shee Liang <sheeliang@lit.org.sg> writes:
> Is it possible to get diffs between different directories in the repository?
> Suppose I have svn/branchA and svn/branchB, how do I get a diff file between
> them?
>
> Please CC: as I'm not on the list(yet).

Huh. I thought it was, but apparently not:

   $ svn diff http://svn.collab.net/repos/svn/branches/0.11.0 \
              http://svn.collab.net/repos/svn/trunk

   subversion/libsvn_wc/questions.c:60
   apr_error: #2, src_err 0 : (No such file or directory)
     svn_wc_check_wc: http://svn.collab.net/repos/svn/branches does not exist
   $

We should at least return SVN_ERR_UNIMPLEMENTED or something, if we
don't handle URLs (or better yet, just handle them)... I'll look into
this.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 15 05:47:38 2002

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.