logs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Logs-devel] rename Data_Sources files?


From: Jim Prewett
Subject: Re: [Logs-devel] rename Data_Sources files?
Date: Mon, 19 Jun 2006 07:07:19 -0600 (MDT)

Hi Vijay,

I just copied those files from File-Follower_IMPL.low.lisp to 
File-Follower_IMPL_low.lisp so as to resolve the problem with Defsystem + 
LoGS that Suresh Madhu pointed out (Thanks Suresh!).

I modified the asdf and load-LoGS.lisp files to reflect the new names.  

Jim

James E. Prewett                    address@hidden address@hidden 
Systems Team Leader           LoGS: http://www.hpc.unm.edu/~download/LoGS/ 
Designated Security Officer         OpenPGP key: pub 1024D/31816D93    
HPC Systems Engineer III   UNM HPC  505.277.8210

On Sat, 17 Jun 2006, Vijay Lakshminarayanan wrote:

> On 6/17/06, Jim Prewett <address@hidden> wrote:
> > I'm mostly trying to fix the problem that Suresh Madhu pointed out with
> > regaurds to using defsystem (defsystem apparently doesn't like files with
> > two '.' characters in their names).
> > 
> > > > p.s. why doesn't CVS have a 'rename' feature?!
> > >
> > > I think you've hit the spot on one of CVS's failures :-)
> > 
> > Yes, most definantly! :)
> > 
> > I've been looking at the possible solutions to this 'problem' (renaming in
> > CVS) and think that the one in which original-filename is removed from the
> > repository and new-filename is then added to the repository with a note
> > that it used to be called original-filename.  The other alternatives sound
> > significantly more time intensive and error-prone and still have their
> > draw-backs!
> > 
> > Do you have any opinions?  (now is the time to say 'oh, please don't do
> > *THAT*!' ;)
> 
> It is a big of a snag that we don't have version control for renamed
> files.  Here's a solution I think is effective if not good.  We don't
> delete the old .low.lisp files.  Let them remain.  We move all the
> necessary code to a new file (impl-depend.lisp?).  In logs.asd and
> everywhere else we just pretend those files don't exist and don't
> bother compiling them.  This will lead to those files downloading all
> the time but let that be.  If and when we find a good working solution
> to the problem and see that those files are really obsolete, we could
> delete them.
> 
> > Jim (the laptop slayer)
> 
> What?  Another?
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]