Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-07-2004, 04:29 AM
|
#1
|
Member
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410
Rep:
|
Creating CVS repository: cvs [import aborted]: attempt to import the repository
Hi there,
I'm trying to set up a CVS repository in my linux account.
I do:
% export CVSROOT=~/mycvs
% cvs init
It looks like up to this point anything worked fine. I get a CVSROOT directory plenty of administration files. Then I try to create an empty project:
% mkdir foo
% cd foo
% cvs import -m. foo foo initial
But I get this message:
cvs [import aborted]: attempt to import the repository
As I've read, this should happen if the foo directory was inside ~/mycvs/CVSROOT ... which is not the case. Does anyone have some idea about this?
Thank you very much...
|
|
|
10-07-2004, 04:41 AM
|
#2
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,224
|
Quote:
% mkdir foo
% cd foo
% cvs import -m. foo foo initial
|
You have to be to the parent directory of the repository, so "cd foo" is not needed.
|
|
|
10-07-2004, 09:27 AM
|
#3
|
Member
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410
Original Poster
Rep:
|
Quote:
Originally posted by bathory
You have to be to the parent directory of the repository, so "cd foo" is not needed.
|
I tried as you write, but I get the same message :-(.
|
|
|
10-15-2004, 04:30 PM
|
#4
|
Member
Registered: Jul 2003
Posts: 31
Rep:
|
CVSROOT
Without explaining it any further, CVSROOT needs to be a clean dir one level below your home dir:
- Let's say my home directory is /home/wsanders
- mkdir /home/wsanders/CVSROOT
- export CVSROOT=/home/wsanders/CVSROOT
- cvs init
- It will make /home/wsanders/CVSROOT/CVSROOT
- Cd to /home/wsanders/MyProj
- cvs import -m Imported Myproj wsanders foo
- This will import the project, project CVS files are in /home/wsanders/CVSROOT/MyProj
- cd /home/wsanders ; rm -r MyProj
- cvs co Myproj
etc etc etc
-w
|
|
|
All times are GMT -5. The time now is 07:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|