You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Edmund Wong <ed...@kdtc.net> on 2009/04/15 15:23:15 UTC

question on 'svn update'

Hi,

I just did a 'svn update' and came across something that
I would think to be very minor and probably under the
radar; but, I'd like some sort of clarification.

ed@home:~/svn/trunk$svn update
(some update lines gone out of the buffer)
U   subversion/libsvn_client/ra.c
U   subversion/libsvn_client/diff.c
U   subversion/libsvn_client/resolved.c
  U  subversion/libsvn_ra_serf/auth_kerb.c
  U  subversion/libsvn_ra_serf/auth_kerb.h
A   subversion/libsvn_delta/editor.c
G   tools/client-side/change-svn-wc-format.py
U   tools/dist/construct-rolling-environment.sh
U   configure.ac
Updated to revision 37272
ed@home:~/svn/trunk$

Why is there an extra space for the entries
auth_kerb.c and auth_kerb.h?  Does this have
any meaning?

Thanks

Edmund

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

Re: question on 'svn update'

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Apr 15, 2009, at 10:23 AM, Edmund Wong wrote:

> Hi,
>
> I just did a 'svn update' and came across something that
> I would think to be very minor and probably under the
> radar; but, I'd like some sort of clarification.
>
> ed@home:~/svn/trunk$svn update
> (some update lines gone out of the buffer)
> U   subversion/libsvn_client/ra.c
> U   subversion/libsvn_client/diff.c
> U   subversion/libsvn_client/resolved.c
>  U  subversion/libsvn_ra_serf/auth_kerb.c
>  U  subversion/libsvn_ra_serf/auth_kerb.h
> A   subversion/libsvn_delta/editor.c
> G   tools/client-side/change-svn-wc-format.py
> U   tools/dist/construct-rolling-environment.sh
> U   configure.ac
> Updated to revision 37272
> ed@home:~/svn/trunk$
>
> Why is there an extra space for the entries
> auth_kerb.c and auth_kerb.h?  Does this have
> any meaning?

'svn help up' and 'svn help st' will tell you that stuff in the second  
column refers to property modifications.

-Hyrum

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