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

Re: svn log on deleted items

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2002-12-16 15:55:29 CET

Garrett Rooney writes:
> so are we supposed to be able to use 'svn log' on paths that no longer
> exist in the filesystem? i was trying to figure out exactly when
> check-diff.sh went away, so the first thing i tried was:
>
> [snip]
>
> ok, so what's the deal? is this a bug? should it work? how is one
> supposed to do this kind of thing anyway?

It is wierd...

$ ~/local/private/src/svn/ac-helpers> svn log -r 1:4121 check-diff.sh
------------------------------------------------------------------------
rev -1: | (no date) | 1 line

file not found: revision `4121', path `/trunk/ac-helpers/check-diff.sh'
------------------------------------------------------------------------
$ ~/local/private/src/svn/ac-helpers> svn log -r 1:4120 check-diff.sh
------------------------------------------------------------------------
rev 1669: kfogel | 2002-04-11 14:51:27 -0400 (Thu, 11 Apr 2002) | 22 lines

Check that the diff program supports the "-u" flag, since `svn diff'
wants to pass it by default. This somewhat reverts rev 1503, except
that we're not demanding GNU diff now, just support for "-u".

* ac-helpers/check-diff.sh: New file. Based on old
  gnu-diff.sh from rev 1502, but with different tests.

* ac-helpers/check-diff-input-1.txt,
  ac-helpers/check-diff-input-2.txt: New files

* ac-helpers: Add "check-diff-output.tmp" to svn:ignore
  property.

* autogen.sh: Add check-diff.sh to the list of files to
  set executable.

* configure.in: Run ac-helpers/check-diff.sh to find the
  diff program. Also, tweak the diff3 error message.

* CHANGES: Note the new dependency.

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 15:58:14 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.