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

Re: windows junction points vs. SVN

From: Lorenz <lorenznl_at_yahoo.com>
Date: Mon, 09 Nov 2009 10:44:11 +0000

Ryan Schmidt wrote:

>On Nov 6, 2009, at 05:47, thomas menzel wrote:
>>[...]
>> when i call "svn info" on "smila-m1-patched-updated" i get correctly
>>[...]
>> but when i do so on the junction point i get:
>>
>> E:\eCE\ce_sm544_AC\>svn info smila-m1-patched-updated-JP
>> svn: '.' is not a working copy
>>[...]
>
>Subversion does not support junctions.

this is not about versioning junction points, but about running svn
with a path pointing to a junction.

        svn info pathToAJunction

results in " svn: '.' is not a working copy", but

        cd pathToAJunction
        svn info .

works as expected.

Interestingly

         svnversion pathToAJunction

does work though.

-- 
Lorenz
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415741
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-09 11:45:29 CET

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.