You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Romain Prévost <pr...@gmail.com> on 2005/07/21 07:30:57 UTC

Internal Handling of revisions number

Hi,

I've been asked what was the maximum revision number in SVN ? Forgive
me, but I don't have the time to wander through the code...

Thanks

-- 
Romain Prévost
Epitech promotion 2007

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


Re: Internal Handling of revisions number

Posted by Johan Appelgren <jo...@gmail.com>.
On 7/21/05, Romain Prévost <pr...@gmail.com> wrote:
> Hi,
> 
> I've been asked what was the maximum revision number in SVN ? Forgive
> me, but I don't have the time to wander through the code...

I seached for "subversion maximum revision number" on google and the
first result was this
<http://svn.haxx.se/users/archive-2004-09/1348.shtml>. I'm not sure,
but I think you would've gotten your answer even quicker if you had
used google yourself.

/Johan

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


Re: Internal Handling of revisions number

Posted by Daniel Berlin <db...@dberlin.org>.
On Thu, 2005-07-21 at 14:10 -0500, Ben Collins-Sussman wrote:
> On Jul 21, 2005, at 2:51 AM, Steve Williams wrote:
> 
> > Romain Prévost wrote:
> >
> >> I've been asked what was the maximum revision number in SVN ? Forgive
> >> me, but I don't have the time to wander through the code...
> >>
> >
> > A couple o' billion.
> >
> 
>  From svn_types.h:
> 
> /** A revision number. */
> typedef long int svn_revnum_t;

So a couple of billion on a 32 bit system, and 9,223,372,036,854,775,808
on 64 bit systems.



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


Re: Internal Handling of revisions number

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 21, 2005, at 2:51 AM, Steve Williams wrote:

> Romain Prévost wrote:
>
>> I've been asked what was the maximum revision number in SVN ? Forgive
>> me, but I don't have the time to wander through the code...
>>
>
> A couple o' billion.
>

 From svn_types.h:

/** A revision number. */
typedef long int svn_revnum_t;


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


Re: Internal Handling of revisions number

Posted by Steve Williams <st...@kromestudios.com>.
Romain Prévost wrote:
> I've been asked what was the maximum revision number in SVN ? Forgive
> me, but I don't have the time to wander through the code...

A couple o' billion.

-- 
Sly


This message and its attachments may contain legally privileged or confidential information. This message is intended for the use of the individual or entity to which it is addressed. If you are not the addressee indicated in this message, or the employee or agent responsible for delivering the message to the intended recipient, you may not copy or deliver this message or its attachments to anyone. Rather, you should permanently delete this message and its attachments and kindly notify the sender by reply e-mail. Any content of this message and its attachments, which does not relate to the official business of the sending company must be taken not to have been sent or endorsed by the sending company or any of its related entities. No warranty is made that the e-mail or attachment(s) are free from computer virus or other defect.