[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: all-wcprops out of date problem

From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2007-03-20 14:36:29 CET

Ok, I've reproduced the problem with your server.
I'm not sure but... could it be a server time setting problem ? How does subversion act if the server is set with a date after the clients date ?

Regards
Christophe

> -----Original Message-----
> From: Qiao Lian (Ch'iao Lien) [mailto:lianqiao@gmail.com]
> Sent: mardi, 20. mars 2007 13:47
> To: dev@subversion.tigris.org; users@subversion.tigris.org
> Subject: Re: all-wcprops out of date problem
>
> For anybody want to have a try, use this server:
>
> https://bugysvn.koomail.com/
> user/pass: bugysvn/bugysvn
>
> just try:
> 1. check out
> 2. edit
> 3. commit // this will be okay
> 4. edit
> 5. commit // this will report out of date problem.
>
>
> On 3/20/07, Qiao Lian (Ch'iao Lien) <lianqiao@gmail.com> wrote:
> > hi:
> > I have used subversion for some years, but recently run
> into this
> > buggy problem:
> > after submit a new commit for file, the version number in
> all-wcprops
> > doesn't update (inc by one). The consequence is that
> following commit
> > will report out of date error.
> >
> > For example, I have a file called testbot.py, its version
> is 64. like this:
> > ===========================.svn/entries=========================
> > ...
> > testbot.py
> > file
> > 64
> >
> >
> >
> >
> > 2007-03-20T12:27:56.000000Z
> > eae69389250ed742e32c15d90b96e5f9
> > 2007-03-20T05:03:18.227598Z
> > 64
> > lianqiao
> > ...
> > ===========================.svn/entries=========================
> > ===========================.svn/all-wcprops=====================
> > ...
> > testbot.py
> > K 25
> > svn:wc:ra_dav:version-url
> > V 29
> > /!svn/ver/64/build/testbot.py
> > END
> > ...
> > ===========================.svn/all-wcprops=====================
> >
> > After I changed and commited, its version should updated to version
> > 65. like this:
> > ===========================.svn/entries=========================
> > ...
> > testbot.py
> > file
> >
> >
> >
> >
> > 2007-03-20T12:29:58.000000Z
> > af5574155fe1e45325a88d3ed21c26c6
> > 2007-03-20T10:47:31.704660Z
> > 65
> > lianqiao
> > ...
> > ===========================.svn/entries=========================
> > ===========================.svn/all-wcprops=====================
> > ...
> > testbot.py
> > K 25
> > svn:wc:ra_dav:version-url
> > V 29
> > /!svn/ver/65/build/testbot.py
> > END
> > ...
> > ===========================.svn/all-wcprops=====================
> >
> > however I found that the all-wcprops is unchanged. the line
> > /!svn/ver/65/build/testbot.py is still /!svn/ver/64/build/testbot.py
> >
> > If I choose update to version 64 and then update back to
> version 65,
> > the all-wcprops can changes to ver 65. I am wondering is this a bug?
> >
> > I have already used the latest version of tortoiseSVN, and
> I also meet
> > this problem on command line svn util ver: svn, version 1.4.2
> > (r22196). So I am wondering this is server configuration problem.
> >
> > Can anybody help me? (I can setup a account for troubleshooting).
> >
> > Many thanks
> >
> > Qiao
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 22 23:33:10 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.