RE: Checking out specific revision

"David Hosier" <[email protected]> Wed, 6 Jul 2005 08:21:30 -0700
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Organization Longview Software
Message-ID <[email protected]>
Sorry if I wasn't clear enough, but I'm using the javacvs java library.  I'm
trying to program some actions using the library.  I'm not trying to figure
out how to use NetBeans the IDE.  So I wanted to know if there was some way
to get the contents of a revision into memory without having to use the
CheckoutCommand to check the file out into a temporary location and read the
file myself in code.  Thanks.

 

  _____  

From: Ulf Zibis [mailto:[email protected]] 
Sent: Wednesday, July 06, 2005 3:46 AM
To: [email protected]
Subject: Re: [javacvs-dev] Checking out specific revision

 

1. Hold the Ctrl.-key before you click the specific cvs-command, then you
will see the advanved options.
2. Use the cvs-diff-command with Ctrl-key to have a diff between the desired
revisions.

Hope that helps...

David Hosier schrieb:



Hello, I'm relatively new to using the netbeans cvs module.  Hopefully this
is the correct place to ask questions.  I want to checkout a specific
revision of a file in order to do a diff.  Is there a standard way of doing
this, i.e. do you just check the file out into a temporary location and read
it?  Or is there a way to read the file's contents into memory using the
javacvs library without having to write to the filesystem?  Thanks.

 

-David