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

RE: Deleting Files

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 31 Aug 2012 10:17:55 -0400

> I am currently having a problem with my local Subversion files.
>
> When I build my program in Netbeans, the files are put into a "dist" folder. I
> have set this folder to be ignored since the files are constantly changing.
> After the code is compiled, all the other files the program needs are copied
> into this dist folder manually.
> At this point I can run and debug the program. Without the support files I
> CANNOT run or debug the program.
>
> My  problem is that every few days, after I run the program, all the support
> files in the dist folder are deleted.
> My program is not deleting any files.
> If I delete and do a revert on these files, they are not deleted when the
> program is run and closed.

This is where I am confused. If you delete and revert "what" files? You stated that your dist folder is ignored... that means nothing in that folder is versioned which means nothing in that folder can be reverted.

>
> I have no idea how this is happening, or what is causing it to happen every
> few days, but I need help!
> I cannot keep developing with this issue.
>
> Thanks for any help you can offer!!!

I do know that svn is not just going to randomly delete files on your hard drive. As a matter of fact, the svn libraries go out of their way to NOT delete your stuff. For example if you have modified a versioned file and someone else commits a delete to that file, when you do an update the file is not removed from your drive since it has uncommitted changes.

BOb

>
> Sincerely,
>
> Elena Feroe
>
> Software Engineer
>
> ImageWorks
> 250 Clearbrook Road, Suite 240
> Elmsford, NY 10591
> (914) 592-6100 x244
> (914) 592-7613
Received on 2012-08-31 16:18:30 CEST

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.