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

Re: export to path/to/sub/dir

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-01-06 13:11:40 CET

allan juul wrote:
> hi
>
> on my system max os x [svn, version 1.0.9 (r11378)] the below command
> doesn't work, which is surprising since the equivalent checkout command
> does work
>
> this does *not* work
> $ svn export http://svn.collab.net/repos/svn/trunk path/to/sub/dir
>
> this works
> $ svn co http://svn.collab.net/repos/svn/trunk path/to/sub/dir
>
> this works too
> $ svn export http://svn.collab.net/repos/svn/trunk path
>
> is that intended behavior ?

max@zephyr [~/tmp] $ mkdir -p tmp/export/test
max@zephyr [~/tmp] $ svn export $rs/trunk/notes tmp/export/test/here
A tmp/export/test/here
A tmp/export/test/here/repos_upgrade_HOWTO
A tmp/export/test/here/repeated-merging
A tmp/export/test/here/sql-backend
A tmp/export/test/here/webdav-proxy
...
A tmp/export/test/here/propfind-pool-notes
A tmp/export/test/here/old
A tmp/export/test/here/old/karlnotes
A tmp/export/test/here/old/draft-korn-vcdiff-01.txt
Exported revision 12610.

Works for me.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 13:18:44 2005

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.