Omgili - forum search, search forums  
  

Discussions about cvs checkout

Displaying 1 - 10 out of 958 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
How do i check out a specific directory from CVS and omit the tree leading up to that directory? EX. Id like to checkout to this directory C:/WebHost/MyWebApp/www My CVS Project directory structure is MyWebApp/Trunk/www How do i omit the Trunk and MyWebApp...
Started by on , 4 posts by 4 people.  
CVS is 'tied' to the repository by files in the .....
Use cvs -d/cvsroot checkout -d directory project/path "shortening the path" and can be avoided with the -N option to checkout .
Have to do it for every such directory.
How can I list files CVS without an initial checkout? In subversion I can simply do "svn ls http://svn.svn.com " in CVS how can I do this? For example I've got this CVS connection: pserver:anonymous@evocms.cvs.sourceforge.net:/cvsroot/evocms How can I...
Started by on , 8 posts by 8 people.  
Not support the ls command then you can try cvs checkout -c which will only dump the list of predefined) of that folder: cd Temp cvs -n up -d This will emit (almost) the same output as an actual checkout withoutsee cvs....
How can I checkout only the directory structure of a project (without any files) in a CVS repository? This could be useful, e.g., to know the structure itself, and selectively checkout the folders later. I might not be interested in, say, the test cases...
Started by on , 3 posts by 3 people.  
If you want only to know the structure itself, you can use cvs rls -R.
Without checking out the files.
Ask your Facebook Friends
Hi, Is there a way to check out from CVS using windows command line (cmd) given the branch, package and destination dir? thanks :) Oded
Started by on , 3 posts by 3 people.  
cvs -q -d <CVSROOT....
So to execute a CVS command, you use std::system( "cvs command params" ) or similar, just as you would have done from the command line.
CVS is a monolithic executable, which doesn't have an API as such.
Hello If this is not the place for this please move it... I am having problem when checking out Project Apollo, i follow the steps from http://nassp.sourceforge.net/wiki/Installation but I get: Empty password used - try 'cvs login' with a real password...
Started by on , 4 posts by 4 people.  
Answer Snippets (Read the full thread at ibiblio):
cvs checkout: move away Sound/ProjectApollo/Apollo11/ap11landingmono50.wav; it is in the way CIf you are using the latest version of Tortoise, uninstall and try installing Tortoise CVS v1.8.29., you may or may not see the overlay....
Hi, We have a server that we host web-solutions on, they are updatede on the server with CVS. About 4 people need access to the server and the ability to update the web-solutions through CVS. When I checkout the web-solution the CVS/Root is set to :ext...
Started by on , 3 posts by 3 people.  
You could then change your respective ~/.ssh/config files to include the correct user name for the CVS:USERNAME@ADDRESS:CVS-PATH If this....
Couldn't you simply get rid of the USERNAME part and set your CVSROOT to :ext:ADRESS:CVS-PATH .
We are using CVS for around 50 java-projects which we develop using Eclipse, and build using Hudson. We have now reached the point where we want to migrate to something better, and I am considering that using git masquerading as a CVS server might be ...
Started by on , 3 posts by 3 people.  
Git is a DVCS, and in the Distributed world, one repository = one, and I am not sure if the vision... .
Just a comment: CVS is a centralized VCS, meaning all your projects can fit within one CVS repository: you can checkout any sub-part.
I am about to move to SVN as my RCS of choice (after many years using CVS) and have a basic question... I have a number of shared projects - code that I want to use with lots of different projects. Is it possible to 'link' these shared folders to the ...
Started by on , 7 posts by 7 people.  
The checkout to a revision so that if you're doing more development on that, you can make sure your.
How can I get tab completion to work for selecting CVS modules under Linux (preferably using bash) ? For example, "cvs co " + tab would list the modules I can checkout. I've heard it's easy to do using zsh, but still I didn't manage to get it working ...
Started by on , 4 posts by 4 people.  
It has some cvs completion in it, I'm not 100% if it can determine all the....
And the command to list modules on a CVSRoot is cvs -d "$the_cvsroot" checkout -c Actually, as you guys saidThere is the Bash completion project.
At that.
I've always used Subversion or CVS for version control, which use a 'merge' methodology. One of my friends raves about Perforce and how great it is with its change lists and check-out methodology. While I'm sure a lot of it comes down to experience & ...
Started by on , 11 posts by 11 people.  
In contrast, single checkout prevents that preventing access to editing....
CVS and subversion haven't been to be common, and merge allows you to recover from that.
Enforces the "checkout before editing" methodology and can be painful.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
  • Support & Bugs
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost