You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Eric Hanchrow <of...@blarg.net> on 2004/12/31 01:33:50 UTC

BUG: svnversion -n prints a newline ... if the directory isn't a working copy

$ svnversion --version
svnversion, version 1.1.2 (dev build)
   compiled Dec 20 2004, 09:25:41

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
$ svnversion -n /tmp | od -c
0000000   e   x   p   o   r   t   e   d  \n
0000011

-- 
That is the true genius of America ... that our votes will be
counted, at least most of the time.
        -- Barack Obama, 2004 Democratic National Convention


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnversion -n prints a newline ... if the directory isn't a working copy

Posted by Max Bowsher <ma...@ukf.net>.
Eric Hanchrow wrote:
> $ svnversion --version
> svnversion, version 1.1.2 (dev build)
>   compiled Dec 20 2004, 09:25:41
>
> Copyright (C) 2000-2004 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet
> (http://www.Collab.Net/). $ svnversion -n /tmp | od -c
> 0000000   e   x   p   o   r   t   e   d  \n
> 0000011

Confirmed present in 1.1.2, but fixed in 1.2.0-dev (fix was r10987).

If someone wants to nominate it for 1.1.3, go ahead, but it seems so trivial 
to me, I can't be bothered to do the necessary typing :-).


Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org