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

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

From: tdkim <tdkim_at_unimo.co.kr>
Date: 2006-06-02 07:47:38 CEST

Hi all..

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?

  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

  • application/octet-stream attachment: test.cpp
  • application/octet-stream attachment: test1.cpp
Received on Fri Jun 2 07:47:54 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.