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

Re: Problem wich svn import and autoprops

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2004-12-02 09:26:50 CET

kfogel@collab.net wrote:

>>it did not import the file and complained about iconsistent line endings.
>
> It would be better if you show us the entire reproduction recipe,
> including the file name and contents, instead of a prose summary of
> the recipe. Can you do that?

Ok, here it is:

Using a German Window XP Prof SP2.
Autoprops for *.txt files are enabled in my config file:
*.txt = svn:eol-style=native;svn:keywords=Id HeadURL

D:\test>svn --version
svn, version 1.1.1 (r11581)
    compiled Oct 23 2004, 14:47:47

D:\test>md repos
D:\test>svnadmin create repos
D:\test>md wc
D:\test>cd wc
D:\test\wc>echo This is a test > utf16.txt
D:\test\wc>notepad utf16.txt

I now edit the file in notepad to contain two lines, and save it in
"Unicode" format wich means UTF-16.

D:\test\wc>cd ..
D:\test>svn import wc file:///d:/test/repos -m "import"
Adding (bin) wc\utf16.txt
svn: File 'wc/utf16.txt' has inconsistent newlines

Attached you find the utf16.txt file and my current
%APPDATA%\subversion\config file.

Hope this helps!

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

  • application/x-zip-compressed attachment: import.zip
Received on Thu Dec 2 09:29:29 2004

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.