You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2004/05/25 17:35:38 UTC

Little Question

Hi there, 

i have just a little question about the following behaviour...

If i do a "svn ci" after some svn rm+svn add+svn ps etc.
i got the following message:

Transmitting file data ..svn: Commit failed (details follow):
svn: Out of date: '/www.soebes.de/trunk' in transaction '5b'

But after a simple "svn update"
the next "svn ci" will work well...

Can anyone simply explain me that? Or did i miss something 
in the Subversion-Book / Docs.. ?

Kind Regards
Karl Heinz Marbaise
-- 
Software Entwicklungs- und Beratungs Service  http://www.soebes.de
Dipl.Ing.(FH) Karl Heinz Marbaise            email: info@soebes.de
Tel.: 0241 / 16 91 210                        ICQ#: 135949029

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

Re: Little Question

Posted by kf...@collab.net.
This question is more appropriate for users@, so I'm redirectoring it
there.

Karl Heinz Marbaise <kh...@gmx.de> writes:
> i have just a little question about the following behaviour...
> 
> If i do a "svn ci" after some svn rm+svn add+svn ps etc.
> i got the following message:
> 
> Transmitting file data ..svn: Commit failed (details follow):
> svn: Out of date: '/www.soebes.de/trunk' in transaction '5b'
> 
> But after a simple "svn update"
> the next "svn ci" will work well...
> 
> Can anyone simply explain me that? Or did i miss something 
> in the Subversion-Book / Docs.. ?

Well, if you did a propset on the directory, and the directory was
out-of-date w.r.t. repository changes, then you would need to update
first.

But if we knew the exact sequence of commands, and the output of 'svn
update', then we could say for sure.

-Karl


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

Re: Little Question

Posted by Ben Collins-Sussman <su...@collab.net>.
On Tue, 2004-05-25 at 12:35, Karl Heinz Marbaise wrote:

> Can anyone simply explain me that? Or did i miss something 
> in the Subversion-Book / Docs.. ?

Read the last section in chapter 2:  "The Limitations of Mixed
Revisions".



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