> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 10:55 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Details of "cvs import" for creating "contrib/struts-el"
> 
> 
> >>>>> "Martin" == Martin Cooper <[EMAIL PROTECTED]> writes:
> 
>     Martin> Hi David,
>     Martin> Sorry for not responding sooner. Yes, 
> jakarta-struts/contrib/struts-el is
>     Martin> the appropriate place to check this in.
> 
>     Martin> Personally, I try to avoid the use of 'cvs 
> import' in an existing project,
>     Martin> because it has its own weird ideas about version 
> numbering (related to the
>     Martin> vendor and release tags you mentioned). If I were 
> you, I would check in what
>     Martin> you have using the regular 'cvs add' and 'cvs ci' 
> commands, rather than
>     Martin> using 'cvs import'. I know it can be a bit of a 
> pain to add the directories
>     Martin> and files this way before checking in, but the 
> end result usually appears to
>     Martin> be more an integral part of the top level module.
> 
> Sigh.  I can deal with that.  It's only 130 files.  It'll 
> just take me a minute
> to figure out how to script the "cvs add" :) .

The actual number of individual files shouldn't make a difference - the pain
is only in adding each directory and its associated files. In other words,
if you have this:

  foo/
    bar/
      file1
      file2
      file3

you should only need this:

  cvs add foo\bar
  cvs add foo\bar\*
  cvs ci

to get everything into CVS.

> 
>     Martin> I have not looked at your attachment to Bugzilla 
> #12365, but it would be a
>     Martin> good idea to make sure that the ASL header is in 
> the sources files before
>     Martin> committing them.
> 
> Yes, I was going to add the file headers before committing, 
> along with at least
> basic javadoc.  I assume I can just copy the header from one 
> of the Struts
> source files?

Yup, that will work just fine.

--
Martin Cooper


> 
> -- 
> ===================================================================
> David M. Karr          ; Java/J2EE/XML/Unix/C++
> [EMAIL PROTECTED]
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to