You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sotiris Demetriades <so...@gmail.com> on 2007/03/26 09:05:56 UTC

format of .svn/entries file for svn 1.4.3

Hello all,

can anyone please describe the format of of .svn/entries file for svn
1.4.3? I searched the web but I didn't find anything about the format
of the .svn/entries file for 1.4

Thanks in advance,
Sotiris

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

RE: Re: format of .svn/entries file for svn 1.4.3

Posted by ol...@thomsonreuters.com.
< In the case of files added and removed, at least, "svn ls" gives the
wrong answer. >
Could you specify your actions and commands and what's wrong does SVN
give?


Best Regards,
Olga Soika        Olga.Soika@thomsonreuters.com
RR Build Team  RRBuildTeam@reuters.com

-----Original Message-----
From: webpost@tigris.org [mailto:webpost@tigris.org] 
Sent: Monday, April 20, 2009 10:38 AM
To: users@subversion.tigris.org; Erik Huelsmann
Subject: RE: Re: format of .svn/entries file for svn 1.4.3

> On 3/26/07, Sotiris Demetriades <so...@gmail.com> wrote:
> > Hello all,
> >
> > can anyone please describe the format of of .svn/entries file for
svn
> > 1.4.3? I searched the web but I didn't find anything about the
format
> > of the .svn/entries file for 1.4
> 
> It is and will stay unspecified for your own protection: you're not to
> meddle with the contents of the .svn area! It may damage your data!
> 
> bye,
> 
> Erik.

This is as good a place as any to decry the fact that svn ls is
unreliable.  In the case of files added and removed, at least, "svn ls"
gives the wrong answer.  I have been unsuccessful in forcing a "sync" so
that I can immediately process managed files.  This is one vital reason
for knowing the format of the entries file.

And one vital reason for needing a reliable "svn ls" command is because
svn tags are unreliable.  So, I use find(1) to create my own tag files.

Or perhaps I don't understand the much acclaimed "single revision
number" concept of SVN.  How do I capture the state of a directory
that's possibly had arbitrary single-file updates and commits in it?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageI
d=1825771

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


This email was sent to you by Thomson Reuters, the global news and information company.
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters.

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

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


RE: Re: format of .svn/entries file for svn 1.4.3

Posted by we...@tigris.org.
> On 3/26/07, Sotiris Demetriades <so...@gmail.com> wrote:
> > Hello all,
> >
> > can anyone please describe the format of of .svn/entries file for svn
> > 1.4.3? I searched the web but I didn't find anything about the format
> > of the .svn/entries file for 1.4
> 
> It is and will stay unspecified for your own protection: you're not to
> meddle with the contents of the .svn area! It may damage your data!
> 
> bye,
> 
> Erik.

This is as good a place as any to decry the fact that svn ls is unreliable.  In the case of files added and removed, at least, "svn ls" gives the wrong answer.  I have been unsuccessful in forcing a "sync" so that I can immediately process managed files.  This is one vital reason for knowing the format of the entries file.

And one vital reason for needing a reliable "svn ls" command is because svn tags are unreliable.  So, I use find(1) to create my own tag files.

Or perhaps I don't understand the much acclaimed "single revision number" concept of SVN.  How do I capture the state of a directory that's possibly had arbitrary single-file updates and commits in it?

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

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

Re: format of .svn/entries file for svn 1.4.3

Posted by Andy Levy <an...@gmail.com>.
On 3/27/07, Ramanathan Muthaiah <ru...@gmail.com> wrote:
> > It is and will stay unspecified for your own protection: you're not to
> > meddle with the contents of the .svn area! It may damage your data!
> I understand and agree that "for regular users" such information may
> be irrelevant, it also makes sense to hide / protect the details so
> that it does not fall into unsafe hands.
>
> But, consider this scenario : there maybe people out there with
> genuine interest to know what makes of entries in .svn ?
>
> Is it sensible to "share insensitive info" on .svn to the external world ?

Aren't there APIs to be used for such things, so that everything is
handled properly?

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

Re: format of .svn/entries file for svn 1.4.3

Posted by Erik Huelsmann <eh...@gmail.com>.
On 3/28/07, Sotiris Demetriades <so...@gmail.com> wrote:
> We need to know the format because we need to get the revision number
> in an operating system where there is not svn clien (sco unix).
>
> So any help will be appreciate,

And it's absolutely impossible to compile a client yourself on that
platform? I have heard of more exotic platforms on which it compiled
nicely. If you need help compiling a client, I'll be glad to help.

bye,

Erik.

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

Re: format of .svn/entries file for svn 1.4.3

Posted by Sotiris Demetriades <so...@gmail.com>.
We need to know the format because we need to get the revision number
in an operating system where there is not svn clien (sco unix).

So any help will be appreciate,

Sotiris

On 3/27/07, Erik Huelsmann <eh...@gmail.com> wrote:
> On 3/27/07, Ramanathan Muthaiah <ru...@gmail.com> wrote:
> > > It is and will stay unspecified for your own protection: you're not to
> > > meddle with the contents of the .svn area! It may damIage your data!
> > I understand and agree that "for regular users" such information may
> > be irrelevant, it also makes sense to hide / protect the details so
> > that it does not fall into unsafe hands.
> >
> > But, consider this scenario : there maybe people out there with
> > genuine interest to know what makes of entries in .svn ?
> >
> > Is it sensible to "share insensitive info" on .svn to the external world ?
>
> There's 'svn info <path>' for that, or if you want machine-parseable:
> 'svn info --xml <path>'.
>
> bye,
>
> Erik.
>

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

Re: format of .svn/entries file for svn 1.4.3

Posted by Erik Huelsmann <eh...@gmail.com>.
On 3/27/07, Ramanathan Muthaiah <ru...@gmail.com> wrote:
> > It is and will stay unspecified for your own protection: you're not to
> > meddle with the contents of the .svn area! It may damage your data!
> I understand and agree that "for regular users" such information may
> be irrelevant, it also makes sense to hide / protect the details so
> that it does not fall into unsafe hands.
>
> But, consider this scenario : there maybe people out there with
> genuine interest to know what makes of entries in .svn ?
>
> Is it sensible to "share insensitive info" on .svn to the external world ?

There's 'svn info <path>' for that, or if you want machine-parseable:
'svn info --xml <path>'.

bye,

Erik.

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

Re: format of .svn/entries file for svn 1.4.3

Posted by Ramanathan Muthaiah <ru...@gmail.com>.
> It is and will stay unspecified for your own protection: you're not to
> meddle with the contents of the .svn area! It may damage your data!
I understand and agree that "for regular users" such information may
be irrelevant, it also makes sense to hide / protect the details so
that it does not fall into unsafe hands.

But, consider this scenario : there maybe people out there with
genuine interest to know what makes of entries in .svn ?

Is it sensible to "share insensitive info" on .svn to the external world ?

/Ram

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

Re: format of .svn/entries file for svn 1.4.3

Posted by Erik Huelsmann <eh...@gmail.com>.
On 3/26/07, Sotiris Demetriades <so...@gmail.com> wrote:
> Hello all,
>
> can anyone please describe the format of of .svn/entries file for svn
> 1.4.3? I searched the web but I didn't find anything about the format
> of the .svn/entries file for 1.4

It is and will stay unspecified for your own protection: you're not to
meddle with the contents of the .svn area! It may damage your data!

bye,

Erik.

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