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

[BUG?] Problem with "svn status -v" and externals

From: <makl_at_tigris.org>
Date: 2004-02-11 09:04:27 CET

Why is the status of the externals always displayed, even if I select an
individual file or unversioned directory?

$ svn --version
svn, version 0.37.0 (r8509)
    compiled Jan 25 2004, 22:51:07

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

$ svn status -v wc1/file1
                 1 1 mk wc1\file1

Performing status on external item at 'wc1\dir2-ext'
                 1 1 mk wc1\dir2-ext
                 1 1 mk wc1\dir2-ext\file2

$ svn status -v wc1/file3
? wc1\file3

Performing status on external item at 'wc1\dir2-ext'
                 1 1 mk wc1\dir2-ext
                 1 1 mk wc1\dir2-ext\file2

$ svn status -v wc1/subdir1
                 1 1 mk wc1\subdir1

$ svn status -v wc1/subdir2
? wc1\subdir2

Performing status on external item at 'wc1\dir2-ext'
                 1 1 mk wc1\dir2-ext
                 1 1 mk wc1\dir2-ext\file2

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 11 21:25:31 2004

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.