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

import ignores absolute path

From: Rick C. Petty <rick_at_research.stellent.com>
Date: 2006-11-27 19:56:50 CET

Hello. I noticed that if I use the following:

        svn import myfile.zip $SVNROOT/mydir/myfile.zip

I get the expected behavior, i.e. the commit prompt says:

A myfile.zip

and the import works as expected. However, if I use an absolute
pathname, subversion ignores my input path:

        svn import /home/rick/myfile.zip $SVNROOT/mydir/myfile.zip

I get the following commit prompt:

A .

just as if I didn't specify a path. Is this the correct behavior?
I couldn't find any reference to such on the FAQ, "svn help", the
subversion book, nor anything relevant on the users or issues
mailing lists.

I'm using subversion-1.4.0 on FreeBSD 6.1. Please CC me on
replies. Thank you,

-- Rick C. Petty

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 27 20:59:16 2006

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.