Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

cvs problems

 
   Macintosh computer (Home) -> Tools RSS
Next:  finding disk images  
Author Message
danwgrace

External


Since: Mar 17, 2007
Posts: 3



(Msg. 1) Posted: Sat Mar 17, 2007 5:54 pm
Post subject: cvs problems
Archived from groups: comp>sys>mac>programmer>tools (more info?)

I am trying to use cvs, problems I have are
1. how do you permanently
export CVSROOT=/usr/local/cvsrep/
2. I tried to import a directory

2. I imported a directory (project), how go I delete this

$cvs remove psga

cvs remove: Removing psga
cvs remove: failed to create lock directory for `/usr/local/cvsrep/
psga' (/usr/local/cvsrep/psga/#cvs.lock): Permission denied
cvs remove: failed to obtain dir lock in repository `/usr/local/cvsrep/
psga'
cvs [remove aborted]: read lock failed - giving up

or as root I get

cvs remove: Removing psga
cvs remove: file `psga/.DS_Store' still in working directory
cvs remove: file `psga/Doxyfile' still in working directory
cvs remove: file `psga/debug' still in working directory
cvs remove: file `psga/debug.h' still in working directory
...same for the other files

releasing first does not seem to help..

$cvs release psga
You have [0] altered files in this repository.
Are you sure you want to release directory `psga': y
cvs release: failed to create lock directory for `/usr/local/cvsrep/
psga' (/usr/local/cvsrep/psga/#cvs.lock): Permission denied
cvs release: lock failed - giving up
cvs [release aborted]: lock failed - giving up


Thanks

 >> Stay informed about: cvs problems 
Back to top
Login to vote
Ben Artin

External


Since: Jun 20, 2005
Posts: 54



(Msg. 2) Posted: Sun Mar 18, 2007 2:46 pm
Post subject: Re: cvs problems [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> cvs remove: failed to create lock directory for `/usr/local/cvsrep/
> psga' (/usr/local/cvsrep/psga/#cvs.lock): Permission denied

You don't have the permission to create the "/usr/local/cvsrep/psga/#cvs.lock"
file. You need to fix that.

Ben

--
If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>

I changed my name: <http://periodic-kingdom.org/People/NameChange.php>

 >> Stay informed about: cvs problems 
Back to top
Login to vote
Heath Raftery

External


Since: Jul 10, 2003
Posts: 164



(Msg. 3) Posted: Mon Mar 19, 2007 8:56 pm
Post subject: Re: cvs problems [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote:
> I am trying to use cvs, problems I have are
> 1. how do you permanently
> export CVSROOT=/usr/local/cvsrep/

Add it to your ~/.bash_profile file.

> 2. I imported a directory (project), how go I delete this

To remove your copy, just Trash the folder. To remove it from
the repository, just delete the relevant folder in CVSROOT.

--
*--------------------------------------------------------*
| ^Nothing is foolproof to a sufficiently talented fool^ |
| Heath Raftery, HRSoftWorks _\|/_ |
*______________________________________m_('.')_m_________*
 >> Stay informed about: cvs problems 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Xcode Problems! - Can anybody help with either of these questions? I've been using CodeWarrior 5 for some time, but now am trying to use Xcode (that came with Panther, which I just bought and generally love). 1. In CodeWarrior, I can set a wide variety of compiler..

Xcode 2.3 Problems - Instead of being cautious like usual, I just went ahead and upgraded my version of Xcode to the new 2.3. Now my debugging is essentially non-existent. I have a dylib project which I debug using a custom executable (a non-Xcode controlled app). After..

Problems with autorelease pool - Hello, New to Cocoa here (well, and to programming in general), sorry if this has been posted before. I'm writing an Objective-C class that compiles correctly, but I'm getting exit errors when I use an autorelease pool for the following. Would..

Problems with autorelease pool (cont'd) - Hello, Having problems replying to posting, so had to post as a new message: I guess I shouldn't have typed the code from memory. Sorry if I confused everyone. Here's an abbreviated version of my actual code: ..

Problems with autorelease pool (cont'd) - First of all, apologies for having to post as a new message all the time, can't use "Post a follow-up message" in Google groups for some reason. Secondly, sorry for not posting the actual code. It's really long and full of repetitious code, an...
   Macintosh computer (Home) -> Tools All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]