RE: recover lost code

2005-02-03 Thread Ewok
:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 11:08 PM To: CF-Talk Subject: RE: recover lost code I replied earlier but never saw it come through but for what it's worth, here it is again. If it's important enough, slave the drive to another machine and run GetDataBack on it. I'm sure

Re: recover lost code

2005-02-03 Thread Dan O'Keefe
was LNG gone from many formats ago) http://www.runtime.org/gdb.htm -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 9:33 AM To: CF-Talk Subject: recover lost code Accidentally overwrote a CFML file, and before I could get

Re: recover lost code

2005-02-03 Thread Dan O'Keefe
Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 02, 2005 10:06 AM Subject: Re: recover lost code You may be able to find the compiled version if you're on MX...but not sure that will do you any good. Most likely it's time to strat typing

Re: recover lost code

2005-02-03 Thread Dan O'Keefe
appears to be the case). Sorry. But hey... if you DELETE the file, you're all set with getdataback :) -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 11:08 PM To: CF-Talk Subject: RE: recover lost code I replied earlier but never saw

recover lost code

2005-02-02 Thread Dan O'Keefe
Accidentally overwrote a CFML file, and before I could get to the backup file, it had backed up new file, so I am looking to see if there is another way to recover the code. I have searched the contents of the Documents and Settings directory hoping I could find a .tmp file or cache file;e but no

RE: recover lost code

2005-02-02 Thread Michael T. Tangorre
From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Accidentally overwrote a CFML file, and before I could get to the backup file, it had backed up new file, so I am looking to see if there is another way to recover the code. I have searched the contents of the Documents and Settings directory

Re: recover lost code

2005-02-02 Thread Qasim Rasheed
I am not sure what could be done however my sincere advice for the future would be to use some source control system. There are plenty of those out there which are free and quite easy to use. I would also recommend Eclipse, which has its own local history of files, pretty handy in such scenarios.

Re: recover lost code

2005-02-02 Thread Bryan Stevenson
Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 02, 2005 6:32 AM Subject: recover lost code

Re: recover lost code

2005-02-02 Thread Adam Haskell
if you use Cf studio you might look in its cache folders...I can remeber where it store those things..might also try are software package for recovering deleted files. If you are yusing eclipse (and you should ask yourself why if you are not...) you can look at the local history for that file and

Re: recover lost code

2005-02-02 Thread Barney Boisvert
Start using version control. ; ) CF won't have cached it anywhere, it only caches the compiled bytecode. Maybe get the original from another server, like a production system? cheers, barneyb On Wed, 2 Feb 2005 09:32:37 -0500, Dan O'Keefe [EMAIL PROTECTED] wrote: Accidentally overwrote a CFML

RE: recover lost code

2005-02-02 Thread Martin Parry
Consider CVS - It's free and works EXTREMELY well with CF - rollback, versioning and loads more. For the CVS server.. https://www.cvshome.org/ For the excellent client software http://www.wincvs.org/ It does take some getting your head around but is WELL worth it.. Makes remote updating of

Re: recover lost code

2005-02-02 Thread Adrocknaphobia
I'm assuming you also closed your IDE, cuz you should be able to just Undo. -Adam On Wed, 2 Feb 2005 09:26:13 -0800, Barney Boisvert [EMAIL PROTECTED] wrote: Start using version control. ; ) CF won't have cached it anywhere, it only caches the compiled bytecode. Maybe get the original from

Re: recover lost code

2005-02-02 Thread Bryan Stevenson
I'm assuming you also closed your IDE, cuz you should be able to just Undo. -Adam Just FYI Adam... That is only the case (depending on the IDE...definately in HomeSite and CF Studio) you have to checked Allow Undo after save in the options menu. Cheers Bryan Stevenson B.Comm. VP

Re: recover lost code

2005-02-02 Thread Dan O'Keefe
Your right Mike. I found the class file as well as a decompiler so it helped somewhat in memory of what I was doing. Lesson learned. Never, never say yes to the homesit+ prompt that the file was updated and if you want to reload. Dan On Wed, 2 Feb 2005 10:58:08 -0500, Michael T. Tangorre [EMAIL

Re: recover lost code

2005-02-02 Thread Dan O'Keefe
Thanks Qasim, that would be assuming that I do not, and I do. This was a new file I started and worked on it for 3 hours, so it was never checked in. Sometimes you just step on your toes no matter what you do, and this time I did. Dan On Wed, 2 Feb 2005 11:01:27 -0500, Qasim Rasheed [EMAIL

Re: recover lost code

2005-02-02 Thread Rey Bango
Rookie! ;o) Rey... - Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 02, 2005 4:41 PM Subject: Re: recover lost code Your right Mike. I found the class file as well as a decompiler so it helped somewhat in memory

RE: recover lost code

2005-02-02 Thread Ewok
: recover lost code Accidentally overwrote a CFML file, and before I could get to the backup file, it had backed up new file, so I am looking to see if there is another way to recover the code. I have searched the contents of the Documents and Settings directory hoping I could find a .tmp file

Re: recover lost code

2005-02-02 Thread Russell Patterson
-Server-2003-Volume-Shadow-Copy-Service.html Russell - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 02, 2005 10:06 AM Subject: Re: recover lost code You may be able to find the compiled version if you're on MX