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

Re: [TSVN] [BugReporting] TSVN can't recognize WC directory.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-02 22:31:40 CEST

tdkim wrote:

> I attached two files.
> and I tested it in TSVN 1.4.0 -r 6681.
>
> 1. making a repository.
> (# svnadmin create test)
>
> 2. checkout source
> (# svn co _file:///d:/test_ test)
>
> 3. add the test.cpp to repository and commit.
> (# svn add test.cpp && svn commit -m "no log")
>
> *4. set "svn:eol-style" "native" to test.cpp*
>
> 5. Overwrite test1.cpp to test.cpp
> (# mv -f test1.cpp test.cpp)
>
> 6. TSVN can't recognize WC.
>
> * test1.cpp has wrong CRLF pairs.
> * If i skip stage4(eol-style:native), TSVN can recognize WC and the
> modification of file.
>
> Is this TSVN problem?, Subversion? or my fault?

Thanks for the report. I can reproduce the problem.
If you try the 1.4.x svn.exe which is uploaded to our nightly build
server and do an 'svn st' with that version, you will get an error:
svn: Inconsistent line ending style

So the status fetching simply breaks.

I'll report this on the Subversion mailing list.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jun 2 22:31:53 2006

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.