You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefano Spinucci <vi...@yahoo.it> on 2005/11/09 10:49:24 UTC

svn info and svn-book mismatching

This message was already sent to the user list.

The bug (???) was confirmed by me (subversion 1.2.3, debian testing and
win XP) and by Joshua Varner (trunk build at revision 16345, win XP).

I searched also the issue tracker with no luck.

--- start of the original message ---

Hi,

I guess if the command svn info on a remote path should return also the
checksum (if the remote path points to a file).

Form the svn book (svn-book.html#svn.ref.svn.c.info) it seems so.

However, on my machine (subversion 1.2.3, windows xp), the command
'svn info http://svn.collab.net/repos/svn/trunk/TRANSLATING'
returns:

    Path: TRANSLATING
    Name: TRANSLATING
    URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
    Repository Root: http://svn.collab.net/repos/svn
    Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
    Revision: 17122
    Node Kind: file
    Last Changed Author: lundblad
    Last Changed Rev: 16067
    Last Changed Date: 2005-09-05 20:54:50 +0200 (lun, 05 set 2005)

As you can see, there is no checksum.

Any clue???

---
Stefano Spinucci



--- Joshua Varner <jl...@gmail.com> wrote:

> On 11/1/05, Stefano Spinucci <vi...@yahoo.it> wrote:
> > Hi,
> >
> > I guess if the command svn info on a remote path should return also
> the
> > checksum (if the remote path points to a file).
> >
> > Form the svn book (svn-book.html#svn.ref.svn.c.info) it seems so.
> >
> > However, on my machine (subversion 1.2.3, windows xp), the command
> > 'svn info http://svn.collab.net/repos/svn/trunk/TRANSLATING'
> > returns:
> >
> >     Path: TRANSLATING
> >     Name: TRANSLATING
> >     URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
> >     Repository Root: http://svn.collab.net/repos/svn
> >     Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
> >     Revision: 17122
> >     Node Kind: file
> >     Last Changed Author: lundblad
> >     Last Changed Rev: 16067
> >     Last Changed Date: 2005-09-05 20:54:50 +0200 (lun, 05 set 2005)
> >
> > As you can see, there is no checksum.
> >
> > Any clue???
> >
> Confirmed with trunk build at revision 16345 on Win XP
> 
> $ ./clients/cmdline/svn.exe info
> http://svn.collab.net/repos/svn/trunk/TRANSLATING
> Path: TRANSLATING
> Name: TRANSLATING
> URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
> Repository Root: http://svn.collab.net/repos/svn
> Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
> Revision: 17125
> Node Kind: file
> Last Changed Author: lundblad
> Last Changed Rev: 16067
> Last Changed Date: 2005-09-05 13:54:50 -0500 (Mon, 05 Sep 2005)
> 
> Either doc or code is wrong, not sure which.
> Josh
> 



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

Re: svn info and svn-book mismatching

Posted by Julian Foad <ju...@btopenworld.com>.
Ben Collins-Sussman wrote:
> Thanks for the heads-up, cmpilato fixed it.  The proper place for such
> reports is to svnadmin@svn.collab.net, I think.  Strange that it's not
> listed anywhere on svn.collab.net's homepage...

Sorry - I'm confused.  Were you really meaning that as a reply to this thread, 
or perhaps to the other thread about the server being wedged?

I can still reproduce this lack of checksum, right now, using Subversion trunk 
r17263.

- Julian


> On 11/9/05, Stefano Spinucci <vi...@yahoo.it> wrote:
> 
>>This message was already sent to the user list.
>>
>>The bug (???) was confirmed by me (subversion 1.2.3, debian testing and
>>win XP) and by Joshua Varner (trunk build at revision 16345, win XP).
>>
>>I searched also the issue tracker with no luck.
>>
>>--- start of the original message ---
>>
>>Hi,
>>
>>I guess if the command svn info on a remote path should return also the
>>checksum (if the remote path points to a file).
>>
>>Form the svn book (svn-book.html#svn.ref.svn.c.info) it seems so.
>>
>>However, on my machine (subversion 1.2.3, windows xp), the command
>>'svn info http://svn.collab.net/repos/svn/trunk/TRANSLATING'
>>returns:
>>
>>    Path: TRANSLATING
>>    Name: TRANSLATING
>>    URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
>>    Repository Root: http://svn.collab.net/repos/svn
>>    Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
>>    Revision: 17122
>>    Node Kind: file
>>    Last Changed Author: lundblad
>>    Last Changed Rev: 16067
>>    Last Changed Date: 2005-09-05 20:54:50 +0200 (lun, 05 set 2005)
>>
>>As you can see, there is no checksum.
>>
>>Any clue???

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

Re: svn info and svn-book mismatching

Posted by "C. Michael Pilato" <cm...@collab.net>.
Ben Collins-Sussman <su...@red-bean.com> writes:

> Thanks for the heads-up, cmpilato fixed it.  The proper place for such
> reports is to svnadmin@svn.collab.net, I think.  Strange that it's not
> listed anywhere on svn.collab.net's homepage...

It is now, but in the event of a hang like that, folks still won't be
able to find that out.  Best to list that information somewhere else
(hacking.html?  I dunno).

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

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

Re: svn info and svn-book mismatching

Posted by Ben Collins-Sussman <su...@red-bean.com>.
Thanks for the heads-up, cmpilato fixed it.  The proper place for such
reports is to svnadmin@svn.collab.net, I think.  Strange that it's not
listed anywhere on svn.collab.net's homepage...


On 11/9/05, Stefano Spinucci <vi...@yahoo.it> wrote:
> This message was already sent to the user list.
>
> The bug (???) was confirmed by me (subversion 1.2.3, debian testing and
> win XP) and by Joshua Varner (trunk build at revision 16345, win XP).
>
> I searched also the issue tracker with no luck.
>
> --- start of the original message ---
>
> Hi,
>
> I guess if the command svn info on a remote path should return also the
> checksum (if the remote path points to a file).
>
> Form the svn book (svn-book.html#svn.ref.svn.c.info) it seems so.
>
> However, on my machine (subversion 1.2.3, windows xp), the command
> 'svn info http://svn.collab.net/repos/svn/trunk/TRANSLATING'
> returns:
>
>     Path: TRANSLATING
>     Name: TRANSLATING
>     URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
>     Repository Root: http://svn.collab.net/repos/svn
>     Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
>     Revision: 17122
>     Node Kind: file
>     Last Changed Author: lundblad
>     Last Changed Rev: 16067
>     Last Changed Date: 2005-09-05 20:54:50 +0200 (lun, 05 set 2005)
>
> As you can see, there is no checksum.
>
> Any clue???
>
> ---
> Stefano Spinucci
>
>
>
> --- Joshua Varner <jl...@gmail.com> wrote:
>
> > On 11/1/05, Stefano Spinucci <vi...@yahoo.it> wrote:
> > > Hi,
> > >
> > > I guess if the command svn info on a remote path should return also
> > the
> > > checksum (if the remote path points to a file).
> > >
> > > Form the svn book (svn-book.html#svn.ref.svn.c.info) it seems so.
> > >
> > > However, on my machine (subversion 1.2.3, windows xp), the command
> > > 'svn info http://svn.collab.net/repos/svn/trunk/TRANSLATING'
> > > returns:
> > >
> > >     Path: TRANSLATING
> > >     Name: TRANSLATING
> > >     URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
> > >     Repository Root: http://svn.collab.net/repos/svn
> > >     Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
> > >     Revision: 17122
> > >     Node Kind: file
> > >     Last Changed Author: lundblad
> > >     Last Changed Rev: 16067
> > >     Last Changed Date: 2005-09-05 20:54:50 +0200 (lun, 05 set 2005)
> > >
> > > As you can see, there is no checksum.
> > >
> > > Any clue???
> > >
> > Confirmed with trunk build at revision 16345 on Win XP
> >
> > $ ./clients/cmdline/svn.exe info
> > http://svn.collab.net/repos/svn/trunk/TRANSLATING
> > Path: TRANSLATING
> > Name: TRANSLATING
> > URL: http://svn.collab.net/repos/svn/trunk/TRANSLATING
> > Repository Root: http://svn.collab.net/repos/svn
> > Repository UUID: 65390229-12b7-0310-b90b-f21a5aa7ec8e
> > Revision: 17125
> > Node Kind: file
> > Last Changed Author: lundblad
> > Last Changed Rev: 16067
> > Last Changed Date: 2005-09-05 13:54:50 -0500 (Mon, 05 Sep 2005)
> >
> > Either doc or code is wrong, not sure which.
> > Josh
> >
>
>
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

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