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

Re: "svn export" output inconsistency

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-01-04 04:24:09 CET

On Saturday 03 January 2004 21:20, Daniel Schlyder wrote:
> Hi list,
>
> The output of "svn export" is different depending on whether I use absolute
> or relative path.
>
> Example:
>
> [[[
> $ cd /path/to/wc
>
> $ svn export file:///temp/repos ../absolute
> A foo
> A bar\baz.txt
> Exported revision 2.
>
> $ svn export . ../relative
> Export complete.
> ]]]
>
> I'm using svn 0.35.1 from Windows XP command prompt.
>
> Is this a bug?

Not necessarily. In the first example you're using a URL to access the
repository (i.e., you're doing an export from the repository). In the second
example, you're doing an export from you're working copy, which is slightly
different. In the latter case, it doesn't do the normal notification,
although it probably should.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 4 04:27:01 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.