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

[TSVN] Re: Re: Re: Bug: Comparing two revisions of a file with one being from before-lock-times leads to an error message "Failed to fetch lock information"

From: Jochen Wendebaum <jochenSPAM_at_wendebaum.de>
Date: 2005-09-15 10:55:52 CEST

> Can you please try the following command with the CL client:
>
> svn info http://yourserver/repo/file@HEAD -rXXXX
> where the URL is the URL (not working copy path) of the file you show
> the log for, and XXXX the revision before the server update.

c:\.....\Source>svn info
http://...../repos/trunk/...../Source/Asc0Drv.h@HEAD -r3
svn: Failed to fetch lock information: 404 Not Found (http://......)

This fails also with the command line client!!

> If that works, try the following diff command:

Well I tried it anyway and the diff works well:

> svn diff http://yourserver/repo/file@HEAD -rnewrevision:oldrevision

c:\......\Source>svn diff
http://....../repos/trunk/......./Source/Asc0Drv.h@HEAD -r799:3
Index: Asc0Drv.h
===================================================================
--- Asc0Drv.h (.../trunk/....../Source/Asc0Drv.h) (revision 799)
+++ Asc0Drv.h (.../....../Source/Asc0Drv.h) (revision 3)
@@ -24,9 +24,8 @@

  /*********** User definitions ***********/

-
  //#include <reg167.h>
-#include <XC164.h> // Registerdefinitionen f³r XC164
+#include <XC164.h>
  #include "APP_SYS.H" /* Use external headerfile for system
configuration*/
  #include "INTPRIO.H" /* Use external headerfile for
int-priotrity definition */

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Sep 15 10:59:29 2005

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

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