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

Re: Question about propset

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-08-23 00:19:48 CEST

Philip Martin wrote:

>If I 'svn import' your before file and then 'svn co' on my Unix
>machine, my working copy looks exactly like the original.
>
>If I 'svn add' your before file, 'svn ps' the mime-type, 'svn ci' and
>then 'svn co' on my Unix machine my working copy again looks exactly
>like the original.
>
>I tried ra_dav and ra_local.
>
>

I can confirm that it works over ra_local on Windows, too, using the
following sequence of commands:

    svnadmin create repo
    svn import file:///..../repo editorabout_u.dfm editorabout_u.dfm -m
    dummy
    svn co file:///..../repo wc
    cmp wc\editorabout_u.dfm editorabout_u.dfm

I tried this with the 0.14.1 release binaries and with current HEAD
(actually, r3009).

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 23 00:20:24 2002

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.