You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by vinay i <vi...@gmail.com> on 2008/10/27 14:01:01 UTC

svn info sometimes gives repository info and sometimes not

Hi All
I observed that "svn info" sometimes gives the Repository Root information
and sometimes it skips that filed and prints Repository UUID. But I couldn't
figure out in what scenario I could find this difference. Does anyone have
observed something like this?

Thanks
Vinay

RE: svn info sometimes gives repository info and sometimes not

Posted by Bert Huijben <B....@competence.biz>.
Added files and directories don't get their repository root and uuid
filled in directly in Subversion - 1.5.  After a switch or update most
fields are filled in.

 

Some experiments with svn add, svn mkdir and svn copy should give you
some examples on when you have and when you haven't repository roots and
uuid values.

 

Somewhere in Subversion 1.6 or 1.7 this behavior might be fixed via the
new working copy database to always contain both values. (Especially as
they are always the same for an entire working copy)

 

The mkdir case should be fixed in Subversion 1.6. (It is fixed on
trunk).

 

Thanks,

 

                Bert

 

From: vinay i [mailto:vinay.indresh{a}gmail.com] 
Sent: woensdag 29 oktober 2008 12:11
To: users@subversion.tigris.org; David Weintraub; Ryan Schmidt
Subject: Re: svn info sometimes gives repository info and sometimes not

 

Even svnbook gives both the examples. I didn't find any information
regarding when it gives repository root info and when it doesn't.

$ svn info foo.c
Path: foo.c
Name: foo.c
URL: http://svn.red-bean.com/repos/test/foo.c
Repository Root: http://svn.red-bean.com/repos/test
Repository UUID: 5e7d134a-54fb-0310-bd04-b611643e5c25
Revision: 4417
Node Kind: file
Schedule: normal
Last Changed Author: sally
Last Changed Rev: 20
Last Changed Date: 2003-01-13 16:43:13 -0600 (Mon, 13 Jan 2003)
Text Last Updated: 2003-01-16 21:18:16 -0600 (Thu, 16 Jan 2003)
Properties Last Updated: 2003-01-13 21:50:19 -0600 (Mon, 13 Jan 2003)
Checksum: d6aeb60b0662ccceb6bce4bac344cb66

$ svn info banana.jpg
Path: banana.jpg
Name: banana.jpg
URL: http://svn.example.com/repos/project/banana.jpg
Repository UUID: edb2f264-5ef2-0310-a47a-87b0ce17a8ec
Revision: 2198
Node Kind: file
Schedule: normal
Last Changed Author: frank
Last Changed Rev: 1950
Last Changed Date: 2006-03-15 12:43:04 -0600 (Wed, 15 Mar 2006)
Text Last Updated: 2006-06-08 19:23:07 -0500 (Thu, 08 Jun 2006)
Properties Last Updated: 2006-06-08 19:23:07 -0500 (Thu, 08 Jun 2006)
Checksum: 3b110d3b10638f5d1f4fe0f436a5a2a5

Thanks
Vinay



On Mon, Oct 27, 2008 at 7:31 PM, vinay i <vinay.indresh{a}gmail.com
<ma...@gmail.com> > wrote:

Hi All
I observed that "svn info" sometimes gives the Repository Root
information and sometimes it skips that and prints Repository UUID. But
I couldn't figure out in what scenario I could find this difference.
Does anyone have observed something like this?

Thanks
Vinay

 


Re: svn info sometimes gives repository info and sometimes not

Posted by vinay i <vi...@gmail.com>.
Even svnbook gives both the examples. I didn't find any information
regarding when it gives repository root info and when it doesn't.

$ svn info foo.c
Path: foo.c
Name: foo.c
URL: http://svn.red-bean.com/repos/test/foo.c
*Repository Root: http://svn.red-bean.com/repos/test*
*Repository UUID: 5e7d134a-54fb-0310-bd04-b611643e5c25*
Revision: 4417
Node Kind: file
Schedule: normal
Last Changed Author: sally
Last Changed Rev: 20
Last Changed Date: 2003-01-13 16:43:13 -0600 (Mon, 13 Jan 2003)
Text Last Updated: 2003-01-16 21:18:16 -0600 (Thu, 16 Jan 2003)
Properties Last Updated: 2003-01-13 21:50:19 -0600 (Mon, 13 Jan 2003)
Checksum: d6aeb60b0662ccceb6bce4bac344cb66

$ svn info banana.jpg
Path: banana.jpg
Name: banana.jpg
URL: http://svn.example.com/repos/project/banana.jpg
*Repository UUID: edb2f264-5ef2-0310-a47a-87b0ce17a8ec*
Revision: 2198
Node Kind: file
Schedule: normal
Last Changed Author: frank
Last Changed Rev: 1950
Last Changed Date: 2006-03-15 12:43:04 -0600 (Wed, 15 Mar 2006)
Text Last Updated: 2006-06-08 19:23:07 -0500 (Thu, 08 Jun 2006)
Properties Last Updated: 2006-06-08 19:23:07 -0500 (Thu, 08 Jun 2006)
Checksum: 3b110d3b10638f5d1f4fe0f436a5a2a5

Thanks
Vinay


On Mon, Oct 27, 2008 at 7:31 PM, vinay i <vi...@gmail.com> wrote:

> Hi All
> I observed that "svn info" sometimes gives the Repository Root information
> and sometimes it skips that and prints Repository UUID. But I couldn't
> figure out in what scenario I could find this difference. Does anyone have
> observed something like this?
>
> Thanks
> Vinay
>