RE: Deleting Files
From: Elena Feroe <eferoe_at_imageworkscorporation.com>
Date: Fri, 31 Aug 2012 08:46:35 -0400
Thanks Marc for the great questions... I did not do a great job explaining the problem.
All the support files are part of the repository, in the directory above the dist folder. I copy those files into the dist after I do a clean build in Netbeans.
Recently thought, when I run the jar file in the dist folder the support files in the dist folder get deleted.
I hope that is more clear and any help would be GREATLY appreciated.
I also recently created a new folder and checked out the entire repository again - I am checking to see if that eliminates the problem.
-----Original Message-----
> -----Original Message-----
Hello.
> I am currently having a problem with my local Subversion files.
What makes you suspect subversion? You do not tell us which client you are using or on what platform?
> If I delete and do a revert on these files, they are not deleted when
`revert` should have no effect on `ignored` files.
> I have no idea how this is happening, or what is causing it to happen
I have to suggest that netbeans probably considers the `dist` folder as its own preserve and is the likely candidate for `cleaning` those files whenever you do a clean (re)build. It is very unlikely that any subversion client would be deleting `ignored` files (and if they are that should be considered a bug).
Can you modify your app to search for your support files in a way that you can configure to be somewhere else?
Regards,
~ Mark C
|
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.