QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

Q13: How do I import a module into the cvs repository?

CDCVS FAQ
A13: Sit inside the top directory of the module, then issue the command: cvs import modulename vendor_tag release_tag Where: release_tag is something to denote this initial import, possibly "initial". Note that vendor_tag and release_tag are only used later to check out a copy of the initially imported module, even after many changes have been checked in. For this reason, the exact value of these fields is often not important. However, they must not be the same and must start with a letter.

There are two branches in the CVS repository. What are they and which should I use?

JBIWiki: FAQ
The maintenance branch (openesb_maint1) contains the contents of the JBI Software Development Kit (SDK) which was delivered just after the JSR 208 specification was finalized. This branch contains the original RI (with some maintenance added after the Spec. was approved), the samples, build, and test scripts. The Main branch (MAIN) contains the Open ESB project. This project includes many extensions to the original SDK and provides ESB capabilities, bindings, engines, and build scripts. See similar questions...

Q9: I was able to commit to the cvs repository before, but now it doesn't work. What's wrong?

CDCVS FAQ
A9: Check the contents of the file CVS/Root in the directory in which you are working . It should contain See similar questions...

What is a CVS repository?

CVSup Frequently Asked Questions
A CVS repository is a collection of RCS files that are managed together. For example, the RCS files for all of the sources in a project would typically be stored together in a CVS repository. See similar questions...

cvs commit Q4: How do I give a group of users permission to write to a module?

CDCVS FAQ
A4: Place the line #include group where group is the name of the group alias constructed for this purpose. See similar questions...

How do I branch a branch of a cvs repository?

PAPI
Usually, branches or tags are added to the main trunk of a cvs repository. Occasionally it is desirable to add a branch to an existing branch. Here's how to do it: Where <oldtag> is the name of the existing branch, <newtag> is the name of the new branch, and <module> is typically 'papi'. It is very important that you set the environment variable AIXTHREAD_SCOPE to "S", which disables user level threads. This substrate works on all platforms. See similar questions...

How can I convert my CVS repository to Subversion?

HepForge > Documentation > FAQ - CEDAR
To convert a CVS repository to Subversion, you should use the cvs2svn command-line tool. Have a good look through the cvs2svn documentation and FAQ before starting. Move your CVS repository to the HepForge server: scp -r mycvsrepo login.hepforge.org: mv mycvsrepo mycvsrepo. See similar questions...

When will we have a CVS repository for HiveMind Utilities?

HiveMind Utilities - FAQ
I have made an attempt of setting up a CVS on SourceForge and it failed (because of me, not SF). I think I will try a new attempt in the future. However, now SF also supports Subversion, it will be worth investigating this path for HiveMind Utilities (considering future refactoring it will be a better solution than CVS). See similar questions...

How do I access the CVS Repository?

FreeTDS Frequently Asked Questions
The TDS, dblib, ctlib, and ODBC libraries are in the FreeTDS project. (The root for anonymous access is :pserver:anonymous@cvs.freetds.sourceforge.net:/cvsroot/freetds, the password is empty, and the module name is freetds) The JDBC library is in the JTDS project. (The root for anonymous access is :pserver:anonymous@cvs.jtds.sourceforge.net:/cvsroot/jtds, the password is empty, and the module name is jtds) Read-only access requires no password. See similar questions...

How do I remove a branch or a tag from a cvs repository?

PAPI
This is not something that needs to happen very often, and because of that, it's easy to forget how. We've done it often enough to want to record what we've learned. The cedarqvist manual describes the procedure, but it isn't completely clear. Here's what you do: where <tag> or <branch> is the name of the label you want to remove, and <module> is usually 'papi'. CAUTION: Removing tags is risky, but removing branches is downright dangerous. See similar questions...

How can I convert separate projects in my CVS repository into a single Subversion repository?

cvs2svn FAQ
cvs2svn supports multiproject conversions, but you have to use the options file method to start the conversion. In your options file, you simply call run_options.add_project() once for each sub-project in your repository. For example, if your CVS repository has the layout: /project_a /project_b and you want your Subversion repository to be laid out like this: project_a/ trunk/ ... branches/ ... tags/ ... project_b/ trunk/ ... branches/ ... tags/ .. See similar questions...

Import CVs/resumes Q: Can I import CVs/resumes directly into your recruitment software?

Swiftpro advanced recruitment software, training, technical ...
The import of CVs/resumes is done by storing all incoming CVs/resumes into a folder on your workstation (e.g. c:\newcvs). You then import them all at once using CVPlus Visual's Applicant Exchange In Tray module. Automatic CV/resume transferral from MS Outlook is one of the new features of CVPlus Visual 2.2 which is due for release early in 2006. See similar questions...

How do I access a CVS repository using SSH?

CVS FAQ - Ximbiot - CVS Wiki
Using SSH as a connection method to a CVS repository is exactly like using RSH. See the "Remote Repository" section of the Cederqvist. Note that SSH must be set up properly to connect without asking for a password and may break if you have login scripts which generate text when they run. Failing this, you COULD possibly set up an SSH tunnel for a CVS pserver connection but this is fraught with complications. I mention this only because some people seem to like to try anyhow. See similar questions...

Is it posssible to set up CVS repository mirrors?

CVS FAQ - Ximbiot - CVS Wiki
CVS was designed and first implemented over 20 years ago, for the type of networks that existed 20 years ago. Networks today (even slow ones) are much better, so mirrored repositories are generally not required to solve performance problems. See similar questions...

How do I backup and restore complete CVS repository?

CVS FAQ - Ximbiot - CVS Wiki
How do I extract the change history on a branch? Option 1. In our project we have similar setup and also had the desire to see a "change history" just on a branch boundary. Therfore we used the cvs diff like follows: :: <nowiki> cvs -q diff --brief -r branch1_start -r branch1_end | grep -i "^index" </nowiki> This script analyzes the output of the cvs rlog and filters out the changes made in a specified period. Option 2. Run the following script. See similar questions...

Can I get perl-ldap from the public CVS repository?

Net::LDAP::FAQ - Perl-LDAP
The 2 lines in the following example should be put together as one continuous line. Example; http://download.sourceforge.net/perl-ldap/perl-ldap-0.20.tar.gz WARNING: The perl-ldap module is stored on CPAN as a *.gz file. Netscape on Windows systems sometimes has a problem storing the module with the correct name, it will replace the *.tar.gz with *_tar.tar. See similar questions...

Basic Usage How do I setup my computer to access an existing CVS repository?

CVS FAQ
Find out where your CVS repository is (ie, on what server, in what directory). In the case of PRISM, it's on cvs-oa.orl.lmco.com (ie orlsr007464), in /usr/local/cvsroot. C:\> ping cvs-oa If you can't ping the CVS server, you're probably not on the unclassified Lockheed network, and shouldn't be attempting this procedure. find out your username and hostname on your client machine. Under Cygwin, your username should be the same as your NT login name. See similar questions...

Why is CVS widespread?

PRIO - Frequently Asked Questions on UAB Productivity Study
Our eyes are not meant to spend 6 to 8 hours every day – between work and home – at computers. As a result, most computer workers – and this includes people working in many different professions – report problems. See similar questions...

Explore Other Topics

Why can't I preview a Ringback Tone from my phone?
What are the mechanics of an Action for Absolute Divorce?
Why a screen resolution of 1024 x 768 (or higher)?
What is the best way to store pecans?
Can you provide a PIN or PUK code for my SIM card?
What is Best Buy's corporate vision?
How do I use the Pro rata Salary Calculator?
How do I build a highway on-ramp in SimCity 3000 Unlimited?
Can I install my truck cap or tonneau myself?
Why is my running shoe size bigger than the size of my dress shoes?
How does an inverter work?
What is an e-ticket?
How can I cancel my eFax Free account?
How do I configure MS Outlook to access my Email?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact