Re: I have a question

2001-05-10 Thread Federico Montesino Pouzols

On Thu, May 10, 2001 at 10:09:01PM +0900, ¹è»ó¿ë wrote:

Hello,

> How can I cvs import binary file (*.tar file ) . 

The key is -kb option. Look for it in the cvs documentation, but
simply using -kb should work.

Hope it helps.

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: I have a question

2001-05-10 Thread Matthew Riechers


> 
> Hello ,
>  I am baesy .
> I work in Korea.
> I want to control binary file .
> My OS is Linux .
> 
> First I make tar-file.
> I cvs import tar-file .
> But original file and imported file differ .
> Size of orginal file is 16691200.
> Size of imported file is 16691124.
> And I can't execute tar xvf imported file .
> Why does it do ?
> How can I cvs import binary file (*.tar file ) .
> please help me .
> I will be waiting for your answer.
> 
> Best regards
> baesy
> 

Importing binary files:
http://www.cvshome.org/docs/manual/cvs_9.html#SEC80

Why are you trying to maintain revisions on a tar file?

-Matt

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: I have a question

2001-05-10 Thread Manik Bafna

for adding binary files use -kb option.

- Manik

¹è»ó¿ë wrote:

> Hello , I am baesy .I work in Korea.I want to control binary file .My
> OS is Linux . First I make tar-file.I cvs import tar-file .But
> original file and imported file differ .Size of orginal file is
> 16691200.Size of imported file is 16691124.And I can't execute tar xvf
> imported file .Why does it do ?How can I cvs import binary file (*.tar
> file ) .please help me .I will be waiting for your answer. Best
> regardsbaesy


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: I have a question

2001-05-10 Thread Thornley, David



 

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 10, 2001 8:09 
  AMTo: [EMAIL PROTECTED]Subject: I have a 
  question
  Hello ,
   I am baesy .
  I work in Korea. 
  I want to control binary file . 
  My OS is Linux . 
   
  First I make tar-file. 
  I cvs import tar-file . 
  But original file and imported file differ . 
  Size of orginal file is 16691200.
  Size of imported file is 16691124. 
  And I can't execute tar xvf imported file . 
  
  Why does it do ?
  How can I cvs import binary file (*.tar file ) . 
  
  please help me . 
  I will be waiting for your answer. 
  
   
  [Thornley, David] What do you mean "imported 
  file"?  Do you mean the file in the
  repository, or one checked out later?  The 
  file in the repository is not supposed
  to 
  be used directly.
   
  And, 
  for that matter, why are you controlling a tarball?  Why not skip the 
  whole
  tar 
  process and just import the individual files?  Importing a tarball makes 
  no sense
  whatsoever.  Importing is a way 
  to allow your own development on somebody else's
  code 
  while keeping track of their changes and merging them in.  If they're in 
  a tarball,
  they're not going to merge, so you're getting 
  nothing out of it.  If you must keep a
  tarball around, use "cvs add -kb" or something like 
  that.
   
   
   


Re: I have a question

2001-05-14 Thread Federico Montesino Pouzols

On Mon, May 14, 2001 at 04:58:08PM +0900, ¹è»ó¿ë wrote:
> Hello ,
>  I am baesy .
> I work in Korea. 
> 
> I have a question . 
> I want to check out  previous version , not current . 
> How can I see version list ?
Try the log command:
cvs log ...
(help: cvs log --help, or the info or man pages)

> & 
> How can I check out what I want ?
using the -r option with cvs checkout, for instance:
cvs checkout -r1.3 module-foo
> Please, help me, 
> I'll be waiting for your answer. 
> 
> best regards 
> baesy

Best regards from Spain.

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs