Welcome to MacForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

cvs problems

 
   Macintosh computer (Home) -> Tools RSS
Related Topics:
Xcode Problems! - Can anybody help with either of these I've been using 5 for some time, but now am trying to use Xcode (that came with Panther, which I just bought and generally love). 1. In I can set a wide variety of

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 I have a dylib project which I debug using a custom (a non-Xcode app). After..

Problems with autorelease pool - Hello, New to Cocoa here (well, and to in general), sorry if this has been posted before. I'm writing an class that compiles but I'm getting exit errors when I use an pool for the 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 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 a follow-up in Google groups for some reason. Secondly, sorry for not posting the actual code. It's really long and full of code, and I didn't..
Next:  Tools: Looking for a Xcode C++ consultant in Wash DC Metro area  
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: 65



(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: 288



(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?)

danwgrace DeleteThis @gmail.com 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:   
   Macintosh computer (Home) -> Tools All times are: Pacific Time (US & Canada) (change)
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 ]