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

svn co, svn export broken on svn 0.25.0, linux?

From: solo turn <soloturn99_at_yahoo.com>
Date: 2003-07-25 14:08:30 CEST

as i'm normally not using svn commands on single files, i wonder if the following is intended or
not:

$ svnadmin create /tmp/tsrep
$ touch t.txt
$ svn import t.txt file:///tmp/tsrep/ -m ""
svn: Entry already exists
svn: the path "file:///tmp/tsrep" already exists

$ svn import t.txt file:///tmp/tsrep/t.txt -m ""
Adding t.txt

Committed revision 1.

$ svn co file:///tmp/tsrep/t.txt
svn: Cannot change node kind
svn: 't.txt' is already a file/something else.

$ rm t.txt
$ svn co file:///tmp/tsrep/t.txt
svn: Name does not refer to a filesystem directory
svn: Attempted to create entry in non-directory parent

$ rm -rf t.txt
$ svn export file:///tmp/tsrep/t.txt t.txt
svn: Name does not refer to a filesystem directory
svn: Attempted to create entry in non-directory parent

what i'm wondering:
1. why do i have to give the "t.txt" as name?
   
2. strange error msg if t.txt exists on "co"

3. after remove t.txt, checkout creates a
   folder "t.txt"
   
4. export fails too, but creats nothing.

5. if this is really true, and it is a errenous
   behaviour, why the test do not detect this?

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 25 14:09:20 2003

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

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