You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Abajo Maestre, Hector Daniel via users" <us...@subversion.apache.org> on 2023/08/29 07:47:16 UTC

RV: FALLO SVN Y DIRECTORIO SVN TECMEC 1 MES

Hello,
We use subversión and we are having some trouble that stop sus at all.

Suddenly when we try to "SVN update" from explorer it fails due to corruption of some file of certain folder as shows in the image... then we cannot update. How can we proceed? :( there is only two folders with something corrupted... this two showed in figure... we would like eliminate the revision or anything... we have last version of this in local to upload again but we cannot like SVN update normally so its not possible to use the software... can you help us please?


[cid:image001.png@01D9D9AE.384CE280]
[cid:image002.png@01D9D9AE.384CE280]

De: Abajo Maestre, Hector Daniel
Enviado el: lunes, 28 de agosto de 2023 11:43
Para: Gonzalez Calvo, Jon Ander (External) <jo...@itpaero.com>>; Nalda Aliende, Eva <ev...@itpaero.com>>; de la Calzada Mazeres, Pedro <pe...@itpaero.com>>; Gallastegui Irure, Joseba <jo...@itpaero.com>>; Garcia Moya, Borja <bo...@itpaero.com>>; Valdez Berriozabal, Francisco <fr...@itpaero.com>>
Asunto: FALLO SVN Y DIRECTORIO SVN TECMEC 1 MES

Hola,

Llevamos 1 mes sin poder descargar el trabajo del directorio SVN TECMEC.

La gente de JIRA nos dicen que ellos no llevan el tema, quien pues? Nos dicen PLM Servers, pero quienes? Para contactar con ellos directamente.

Esto de que haya algo que este en el limbo es lo peor, nosotros no podemos trabajar, creo que el equipo IT debería llevarlo de forma normal.

Ahora mismo estamos semi parados.

Saludos!



==========================================================

AVISO LEGAL: Este mensaje y cualquier documento adjunto en el mismo incluye información que puede ser calificada Confidencial, privada y/o bajo Copyright y, por tanto, como Propiedad Intelectual protegida por la ley. En cualquier caso está dirigida exclusivamente al destinatario y cualquier divulgación, distribución otro uso no autorizado de la misma están expresamente prohibidos y puede ser considerada en su caso como un acto ilegal. Si Vd. recibiera este correo por error, por favor notifique al remitente y destruya el mensaje y cualquier copia de mismo. ITP Aero le informa que sus datos personales tratados en nuestros sistemas de información de CONTACTOS tienen la finalidad de mantener las relaciones comerciales y las comunicaciones de cualquier tipo vinculadas a la organización. Puede ejercer su derecho de acceso, y en su caso, de rectificación, cancelación y oposición mediante escrito dirigido a dataprivacy@itpaero.com adjuntando un documento identificativo de su identidad. Para más información acceda a la política de privacidad de nuestra web www.itpaero.com.

----------------------------------------------------------

DISCLAIMER: This email message and any document attached here to may contain confidential and/or proprietary information, under copyright and thus protected by virtue of the law. In any event it is intended solely for the recipient and any unauthorized disclosure, distribution, or other use thereof is expressly prohibited and could be deemed illegal. If you received this e-mail in error, please notify the sender and destroy all copies of the original message. ITP Aero informs you that your personal data enclosed in our information systems related to CONTACTS has the purpose of maintaining business relationships and communications of any kind linked to the organization. You can exercise the right of access (and if needed) modification, correction, cancelation and opposition throughout by writing form to dataprivacy@itpaero.com attaching a proof of your identity or identification document. For more information, access the privacy policy of our website www.itpaero.com.

==========================================================

Re: FALLO SVN Y DIRECTORIO SVN TECMEC 1 MES

Posted by Pavel Lyalyakin via users <us...@subversion.apache.org>.
On Tue, Aug 29, 2023 at 12:44 PM Abajo Maestre, Hector Daniel via
users <us...@subversion.apache.org> wrote:
>
> Hello,
>
> We use subversión and we are having some trouble that stop sus at all.
>
> Suddenly when we try to “SVN update” from explorer it fails due to corruption of some file of certain folder as shows in the image… then we cannot update. How can we proceed? L there is only two folders with something corrupted… this two showed in figure… we would like eliminate the revision or anything… we have last version of this in local to upload again but we cannot like SVN update normally so its not possible?

Error 'Corrupt node revision ...' on your screenshot typically occurs
when the repository is corrupt (I mean the repository on your server,
not the working copy on your workstation). So most probably the
repository "tecmec" is corrupt and needs to be restored from backup.
Restoring from backup is the easiest approach to solving such
problems.

To confirm if the repository is corrupt, you can run the `svnadmin
verify`[1] command on the server.

Something on the screenshot makes me think that your server is
VisualSVN Server, and in that case you can use the
Test-SvnRepository[2] PowerShell cmdlet or run repository verification
from the admin's GUI or by running a scheduled background job[3].

[1]: https://svnbook.red-bean.com/en/1.8/svn.ref.svnadmin.c.verify.html
[2]: https://www.visualsvn.com/support/topic/00088/#Test-SvnRepository
[3]: https://www.visualsvn.com/support/topic/00115/


--
With best regards,
Pavel Lyalyakin
VisualSVN Team