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

Re: Strange diffs after rsync copying of working copy

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 03 Feb 2012 15:57:51 +0000

Johan Holmberg <holmberg_at_iar.se> writes:

> Yes, in one case I get a difference for the $Id$ line (from "svn diff"):
>
> -$Id:$
> +$Id$

OK. I think the file in the repository has '$Id:$' instead of '$Id$' for
the keyword. Committing the file should fix the problem.

> and in the other files the "svn diff" show a difference on line
> endings (Windows .vs. UNIX). But the files have svn:eol-style native
> set, and appear as normal UNIX text files in the working copies.

A similar problem here, the file in the repository should have \n line
endings but the file has some \r\n line endings. Once again committing
the file should fix the problem (although mixed line endings may cause
the commit to fail and require you to make them consistent before
committing).

-- 
Philip
Received on 2012-02-03 16:58:33 CET

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.