I am about to commit the dist.po file after translating part of it to Arabic. since this is my first commit and I think I am missing something.
$ cvs commit specspo/ar.po cvs commit: use `cvs add' to create an entry for specspo/ar.po cvs [commit aborted]: correct above errors first!
I thought this may be because the file is taken (removed?) by me,
$ cvs -z9 co specspo/ar.po Enter passphrase for key '/home/munzir/.ssh/id_dsa': cvs server: warning: new-born specspo/ar.po has disappeared
The above message gave me that impression, so I released it first and tried again but the same message. Is it necessary to do cvs add first? I don't want to mess things up so I decided to ask first.
On Tue, 2004-06-29 at 20:27 +0300, Munzir Taha wrote:
I am about to commit the dist.po file after translating part of it to Arabic. since this is my first commit and I think I am missing something.
$ cvs commit specspo/ar.po cvs commit: use `cvs add' to create an entry for specspo/ar.po cvs [commit aborted]: correct above errors first!
Try doing exactly what it said: $ cvs add specspo/ar.po
;-)
Cheers, Răzvan
Răzvan Corneliu VILT e-mail:razvan.vilt@linux360.ro GPG:http://d3vi1.linux360.ro/public-keys/ www: http://d3vi1.linux360.ro/
On вто, 2004-06-29 at 19:27, Munzir Taha wrote:
I am about to commit the dist.po file after translating part of it to Arabic. since this is my first commit and I think I am missing something.
If an ar.po can be checked out using 'cvs co specspo/ar.po' (and it is there, I just checked), than try descening into the 'specspo' directory first:
cd specspo cvs commit -m "your log entry" ar.po
You have to 'Take' the file first using the web interface.