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

Files get copied to other directory

From: Eric Ross <eross+svn_at_disc.ucn.cl>
Date: 2005-01-22 08:20:17 CET

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 ?

Thanks in advance.

-- 
#79989 counter.li.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 22 08:22:33 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.