You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kim Taedong <fl...@gmail.com> on 2009/11/13 06:37:00 UTC

Bug(?). "svn st -q" output problem for file externals.

Hi all.

 

I test it for subversion_1.6.x-r40487.

 

 

// The “svn st” command ouput is

X       test/directory_external

    X   test/file_external.txt

 

Performing status on external item at 'test/directory_external'

 

 

// The “svn st -q” command output is

    X   test/file_external.txt

 

Performing status on external item at 'test/directory_external'

 

 

I think that a file external must disappear in “svn st -q” command output.

 

When I use “svnmerge.py init” command with file external,

Svnmerge.py occurs “local modification” error.

 

Is it bug or my mistake?

 

Thanks for subversion and svnmerge.py. :-)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417429

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Bug(?). "svn st -q" output problem for file externals.

Posted by Stefan Sperling <st...@elego.de>.
On Fri, Nov 13, 2009 at 03:37:00PM +0900, Kim Taedong wrote:
> Hi all.
> 
> I test it for subversion_1.6.x-r40487.
> 
> // The “svn st” command ouput is
> 
> X       test/directory_external
> 
>     X   test/file_external.txt
> 
> Performing status on external item at 'test/directory_external'
> 
> // The “svn st -q” command output is
> 
>     X   test/file_external.txt
> 
> Performing status on external item at 'test/directory_external'
> 
> I think that a file external must disappear in “svn st -q” command output.

Yes, this is inconsistent, and the bug is still trunk.

See also http://subversion.tigris.org/issues/show_bug.cgi?id=1935
which is about various inconsistencies with svn status and externals.
I believe this problem should be fixed as part of that issue.
Could you add your problem description, and a link to this mailing list
thread to that issue?

Thanks,
Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417523

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].