Discussion:
Cannot change ascii/binary property
guruyaya
2007-11-22 06:45:38 UTC
Permalink
Hi
I have a CVS pserver running on ubuntu-linux (inside a chroot, all
installed using standart apt-get commands). On the client side, I'm
using eclipse CVS client, on windows XP.
I have some files that are set to binary mode. I can read the files
data from cvs, can commit, but changing them into ascii is just
impossible. I must say that chaing an ascii to another type of ascii
(kkv to ko for example), or to binary works great! Only changing
binary back to ascii is impossible.
This is what the servers says:
Problems encountered while setting file transfer mode
project-name: cvs commit: failed to create lock directory for `/cvs/
root/CVSROOT'(/cvs/root/ CVSROOT/#cvs.history.lock): Permission denied
project-name: cvs commit: failed to obtain history lock in repository
`/cvs/root'
The file /cvs/root/CVSROOT/#cvs.history .lock does not exists, and
creating one using touch does not help much.
on the logs (set to debug mode) I see this:
cvsd: connection from 10.0.0.200 3976
cvsd: debug: fork() succeeded (child pid=12629)
cvsd: debug: select() failed (ignored): Interrupted system call
cvsd: cvs command exited with exit-status 0
which is quite the same as it shows in any commit I send.
Thanks in advance
Yair
guruyaya
2007-11-25 08:53:43 UTC
Permalink
I actually found a (bad) solution for this issue. I've deleted the
files from the CVS reporsitory, backed up the files I wanted to
change, the commited them again, this time with the right propery.
Well, it did the trick.
Bunchy
2011-02-11 12:14:34 UTC
Permalink
Hi,

Can you let me know how you modified a file from ascii to binary without
deleting and adding new version again??

Thanks:)
Post by guruyaya
Hi
I have a CVS pserver running on ubuntu-linux (inside a chroot, all
installed using standart apt-get commands). On the client side, I'm
using eclipse CVS client, on windows XP.
I have some files that are set to binary mode. I can read the files
data from cvs, can commit, but changing them into ascii is just
impossible. I must say that chaing an ascii to another type of ascii
(kkv to ko for example), or to binary works great! Only changing
binary back to ascii is impossible.
Problems encountered while setting file transfer mode
project-name: cvs commit: failed to create lock directory for `/cvs/
root/CVSROOT'(/cvs/root/ CVSROOT/#cvs.history.lock): Permission denied
project-name: cvs commit: failed to obtain history lock in repository
`/cvs/root'
The file /cvs/root/CVSROOT/#cvs.history .lock does not exists, and
creating one using touch does not help much.
cvsd: connection from 10.0.0.200 3976
cvsd: debug: fork() succeeded (child pid=12629)
cvsd: debug: select() failed (ignored): Interrupted system call
cvsd: cvs command exited with exit-status 0
which is quite the same as it shows in any commit I send.
Thanks in advance
Yair
--
View this message in context: http://old.nabble.com/Cannot-change-ascii-binary-property-tp13893011p30900763.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Arthur Barrett
2011-02-13 11:31:09 UTC
Permalink
Thank thread is from 2007!

What problem are you having?
What version of CVS (client and server) are you using?
What operating system are you on?
What is the exact command you are trying?
What is the exact error message you are seeing?

Regards,


Arthur Barrett
-----Original Message-----
org] On Behalf Of Bunchy
Sent: Friday, 11 February 2011 11:15 PM
Subject: Re: Cannot change ascii/binary property
Hi,
Can you let me know how you modified a file from ascii to
binary without
deleting and adding new version again??
Thanks:)
Post by guruyaya
Hi
I have a CVS pserver running on ubuntu-linux (inside a chroot, all
installed using standart apt-get commands). On the client side, I'm
using eclipse CVS client, on windows XP.
I have some files that are set to binary mode. I can read the files
data from cvs, can commit, but changing them into ascii is just
impossible. I must say that chaing an ascii to another type of ascii
(kkv to ko for example), or to binary works great! Only changing
binary back to ascii is impossible.
Problems encountered while setting file transfer mode
project-name: cvs commit: failed to create lock directory for `/cvs/
Permission denied
Post by guruyaya
project-name: cvs commit: failed to obtain history lock in
repository
Post by guruyaya
`/cvs/root'
The file /cvs/root/CVSROOT/#cvs.history .lock does not exists, and
creating one using touch does not help much.
cvsd: connection from 10.0.0.200 3976
cvsd: debug: fork() succeeded (child pid=12629)
cvsd: debug: select() failed (ignored): Interrupted system call
cvsd: cvs command exited with exit-status 0
which is quite the same as it shows in any commit I send.
Thanks in advance
Yair
--
http://old.nabble.com/Cannot-change-ascii-binary-property-tp13
893011p30900763.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Loading...