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

Re: [TSVN] corrupted repository

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-02-10 16:41:29 CET

soporte@actesoft.com wrote:
> Hi.
>
> I´m new with SVN and i had been working with it for a month, but now i
> have a problem that maybe one of you can help me.
>
> I´m working with eclipse 3.0 and when i compile my work it creates a
> folder named "com" inside a folder named "classes", the classes folder
> is ok but i have modified the classes folder properties to ignore the
> com folder however after compilation the com folder appear with the red
> X indicating tortoise have to erase it from the repository.

So you selected it for removing from repository?

> The com folder is not in the repository becouse i don´t need it there
> and it is defined to be ignored inside the classes folder, can everybody
> understand why after compilation it is marked to be erased?

How did you ignore it? You should use the svn:ignore property on the
directory "classes".

> Thus, due to this problem I can´t commit my work becouse I obtain a
> message telling me "tortoise can´t find the file
> .../classes/com/.../svn/Tmp" ( the ... are someplace in the route I
> don´t write to abreviate) and to do it I have to create another
> workdir, make a checkout and replace those files with mine
>
> Any help will be welcome.

Delete the whole path under com/ from the repository. If it does not
work from your working copy, try it with the Repository Browser. After
that open the properties of "classes" and add "com" to the svn:ignore
property (if it isn't already there).

HTH, Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 10 16:42:01 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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