Page 1 of 1

A problem with workspace mirroring - project file update

Posted: Tue Jul 22, 2014 7:53 pm
by pholonow
Hi!
While working with Codelite I am using the workspace mirroring feature. It is a great idea, but it suffers from a little bug: the project file is not updated on the remote server. The SFTP always returns the following error: "SFTP Error: Can't write data to file: /home/corrlike/f2change.project. Remote channel is closed.". The source files (eg. cpp, hpp) are updated correctly. The project file at the remote server is always damaged, as well as the workspace file.

Re: A problem with workspace mirroring - project file update

Posted: Wed Jul 23, 2014 3:06 pm
by eranif
which version of codelite are you using?

Eran

Re: A problem with workspace mirroring - project file update

Posted: Wed Jul 23, 2014 6:26 pm
by pholonow
I use CodeLite version 6.0

Re: A problem with workspace mirroring - project file update

Posted: Tue Aug 11, 2015 2:05 pm
by nickname
Hi to all,
I am experiencing a similar problem. I always have problem on "mirroring" big files (around 10.000 lines but still small in size <500kb). The upload always fails with "remote channel closed" error and the file on the "mirrored" workspace becomes a zero-size damaged file. I have to use filezilla to fix the remote file. the problem sometimes appears and for the .project file.
If I delete some lines from the file upload (mirroring) works fine so the problem *must* be realated to the file size.

I am not sure if it's codelite error or my ssh client or ssh server on the mirrored machine but I hope someone has an idea of what is happening.

Currently I am using:

codelite version 8.1 but the problem has there from 6.X version
it is a self compiled from arch aur https://aur4.archlinux.org/packages/cod ... mments=all but the problem existed and in pre-compiled and in ubuntu
Your OS arch linux but the problem existed and in ubuntu

Re: A problem with workspace mirroring - project file update

Posted: Wed Aug 12, 2015 4:53 pm
by eranif
Reporting bugs on the forum tends to get lost. Please report them on GitHub on the issue tracker (this URL is also accessible from the codelite.org main page):

https://github.com/eranif/codelite/issues/new

Eran