I've been trying to use CVS to update the alpha12 tarball I downloaded without any success.
I'm new to CVS so please forgive me if I'm missing something obvious here. Here's what I'm doing
Downloaded latest zabbix-1.1alpha12.tar.gz and untar'd it.
cvs -d: pserver:[email protected]:/cvsroot/zabbix login
cvs -z3 -d: pserver:[email protected]:/cvsroot/zabbix co -P zabbix
cvs diff will tell me all the files that do actually differ
cvs -z3 -d: pserver:[email protected]:/cvsroot/zabbix up -P zabbix
&
cvs update -dP give the same error namely:
cvs update: move away filex ; it is in the way
Could someone PLEASE tell me how to create a 'sandbox'? That can be successfully updated or a command that will ignore the move away errors and just overwrite the existing files.
I have read the CVS how to and googled my a$$ off all day trying to sort this
Thanks
I'm new to CVS so please forgive me if I'm missing something obvious here. Here's what I'm doing
Downloaded latest zabbix-1.1alpha12.tar.gz and untar'd it.
cvs -d: pserver:[email protected]:/cvsroot/zabbix login
cvs -z3 -d: pserver:[email protected]:/cvsroot/zabbix co -P zabbix
cvs diff will tell me all the files that do actually differ
cvs -z3 -d: pserver:[email protected]:/cvsroot/zabbix up -P zabbix
&
cvs update -dP give the same error namely:
cvs update: move away filex ; it is in the way
Could someone PLEASE tell me how to create a 'sandbox'? That can be successfully updated or a command that will ignore the move away errors and just overwrite the existing files.
I have read the CVS how to and googled my a$$ off all day trying to sort this
Thanks
Comment