Google Code Exporter

Results 21406 comments of Google Code Exporter

``` The demo is incorrect. (VCL-components are not thread-safe) Attached is a demo on how it could work, idea taken from the JCL. Unfortunately still the progress doesn't really work...

``` Thanks kiteralf, it works nicely now. I just added an animated progress bar to let users know that it is working in background. ;) ``` Original comment by `[email protected]`...

``` You can log errors to the log file, or another log file using 2> : fbclone -v ... > allfine.log 2> errors.log or fbclone -v ... > clone.log 2>&1...

``` Sorry the delay. I was not working in this project for long time, but I getting back on it now. I think I couldn't express myself well (maybe, because...

``` [deleted comment] ```

``` Thanks for your advice Pierre ! fbclone -v ... > allfine.log 2> errors.log got general log in allfine and errors in errors. worked perfect for me ! ``` Original...

``` Pierre, my apologies, I got back to that project and I finally discover that I was using a wrong parameter for charset: >> 1. fbclone -v -s SIGAA.FDB -su...

``` Don't know axctly what fbclone can do for this one :-( I added an option in 2.2 to ignore collations (and use database default collate order) but it is...

``` Hi Erwin, I finally found some time to update the code to the latest version of Go. In the revision process I decided to comment out the timeout for...