UFO:Alien Invasion

Development => Newbie Coding => Topic started by: hgabreu on July 05, 2011, 06:05:15 pm

Title: Errors copying the source using rsync
Post by: hgabreu on July 05, 2011, 06:05:15 pm
I'm trying to copy the source using the rsync way described here:
http://ufoai.ninex.info/wiki/index.php/Getting_the_source#rsync_way (http://ufoai.ninex.info/wiki/index.php/Getting_the_source#rsync_way)

But I get this error:
rsync: send_files failed to open "/ufoai/ufoai/objects/pack/pack-cc998cb5595939311e254e994c9f6edf4317a739.keep" (in gitroot): Permission denied (13)

Since my bandwidth is very limited, I'm not able to get the source normally using git, and I already got almost 5Gb of files through rsync.
Can anyone help?
Title: Re: Errors copying the source using rsync
Post by: O01eg on July 06, 2011, 05:12:06 pm
I ignored this bugs. Repository works without this files.
Title: Re: Errors copying the source using rsync
Post by: hgabreu on July 12, 2011, 07:21:12 pm
Ok that's good news. But how do I compile it if there's no "configure" or makefile?
Title: Re: Errors copying the source using rsync
Post by: O01eg on July 13, 2011, 09:31:06 pm
Did you rename ufoai into .git and do git checkout?
Title: Re: Errors copying the source using rsync
Post by: hgabreu on July 14, 2011, 12:48:23 pm
Yes, I did.
But it starts getting everything again, just like when I have nothing.
Then, because of my lame connection it (git) fails with an unexpected EOF

I'm probably doing something wrong ???
Please have the patience to help me through.
Thanks.