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

Re: Files get copied to other directory

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-01-22 12:12:03 CET

Eric Ross wrote:
> Hello there
>
> Some days ago I posted a message about a problem with one of my projects:
> from time to time some files get copied from the "src" to the "build"
> directory. Today it happend again. I was doing:
>
> $ svn ci -m "corregido problema del zoom infinito"
> Sending 1.diag_tiempo_distancia_II/lib/fachada.properties
> Sending 1.diag_tiempo_distancia_II/src/Diagrama.java
> Sending 1.diag_tiempo_distancia_II/src/DiagramaTiempoDistancia.java
> Sending 1.diag_tiempo_distancia_II/src/EHoras.java
> Sending 1.diag_tiempo_distancia_II/src/Fachada.java
> Sending 1.diag_tiempo_distancia_II/src/Fecha.java
> Sending 1.diag_tiempo_distancia_II/src/InputStreamIndirector.java
> Sending 1.diag_tiempo_distancia_II/src/RamalDB.java
> Transmitting file data ........
> Committed revision 281.
>
> Then, just to check, an update:
>
> $ svn up
> Restored 'build/Utils.java'
> [...many .java files...]
> Restored 'build/InputStreamIndirector.java'
> U build/RamalDB.java
> U build/DiagramaTiempoDistancia.java
> U build/Diagrama.java
> U build/Fecha.java
> U build/Fachada.java
> U build/EHoras.java
> U build/InputStreamIndirector.java
> Updated to revision 281.
>
> It happend again. There are not .java files in the build directory. No one
> else manages this repository and there's no server side scripts.
> After that, I checked the checksum of the duplicated files:
>
> $ svn info src/XMLSpaceSkipperInputStream.java
> Path: src/XMLSpaceSkipperInputStream.java
> Name: XMLSpaceSkipperInputStream.java
> URL:
> svn+ssh://eross@www.cetav.cl/home/eross/svnroot/sgpct/trunk/1.diag_tiempo_distancia_II/src/XMLSpaceSkipperInputStream.java
> Repository UUID: cd406dbc-fde3-0310-ae75-d571703a8725
> Revision: 281
> Node Kind: file
> Schedule: normal
> Last Changed Author: eross
> Last Changed Rev: 270
> Last Changed Date: 2005-01-20 22:19:04 -0300 (Thu, 20 Jan 2005)
> Text Last Updated: 2005-01-20 20:38:13 -0300 (Thu, 20 Jan 2005)
> Checksum: 699b941ecbf1b78a3d32bf36f96a83ac
>
> $ svn info build/XMLSpaceSkipperInputStream.java
> Path: build/XMLSpaceSkipperInputStream.java
> Name: XMLSpaceSkipperInputStream.java
> URL:
> svn+ssh://eross@www.cetav.cl/home/eross/svnroot/sgpct/trunk/1.diag_tiempo_distancia_II/src/XMLSpaceSkipperInputStream.java
> Repository UUID: cd406dbc-fde3-0310-ae75-d571703a8725
> Revision: 281
> Node Kind: file
> Schedule: normal
> Last Changed Author: eross
> Last Changed Rev: 270
> Last Changed Date: 2005-01-20 22:19:04 -0300 (Thu, 20 Jan 2005)
> Text Last Updated: 2005-01-22 03:52:04 -0300 (Sat, 22 Jan 2005)
> Checksum: 699b941ecbf1b78a3d32bf36f96a83ac
>
> It seems to me that the file is a copy of the original ? I'm right here ?
>
> Finally, I checked the log (svn log in the project root), but found no
> references to any operation in the "build" directory. Only the initial
> mkdir.
>
> Can someone give some tip to understand that's going on here ?

Somehow, the .svn directory in build/ identifies it as a working copy of
src/ in the repository.

I don't know how it could have got into that situation without you knowing,
though.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 22 12:14:28 2005

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.