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

Re: working copy locked and cleanup don't work

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-06-13 18:59:24 CEST

On 6/13/07, Leo Márquez <leo@calidae.net> wrote:
> Thank you for your answer,
>
> I acces the svn server from two locations:
>
> My pc anv over the network with a samba share:
>
> //moussambani.calidae.net/www on /home/leo/mousswww type smbfs (rw)
>
> From my pc:
> keither:/home/leo# ls -lh mousswww/idios/doc/.svn/format
> -rwxr-xr-x 1 leo leo 2 2007-06-13 15:17
> mousswww/idios/doc/.svn/format
>
> From the svn server (moussambani):
> moussambani:~# ls -lh /var/www/idios/doc/.svn/format
> -r-xr--r-- 1 root leo 2 2007-06-13 15:17
> /var/www/idios/doc/.svn/format
>
> Now from the svn server if I do:
> moussambani:/var/www/idios# svn cleanup
>
> I get
>
> svn: Este cliente es demasiado viejo para funcionar con la copia de
> trabajo 'funcions'; por favor consiga uno nuevo
> (traduction: This client is too old to work with working copy
> 'funcions'; please upgrade it)
>
> This data helps you to determinate the problem and the solution?

2 problems:
#1, don't share a working copy across users/OSes/client systems (like
over network shares, or a common drive on a dual-boot system). You can
and probably will run into EOL-style conflicts and issues with
permissions/ownership/file attributes, among other troubles.

#2, you're running 2 different versions of the Subversion client. Once
you touch a working copy with SVN 1.4, the data stored in .svn is
changed to the 1.4 format which versions earlier than 1.4 can't read.
This may have happened in the past with 1.2 and versions prior as
well, but that's before my time as a Subversion user.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 13 18:59:53 2007

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

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