project-navigation
Personal tools

Author Topic: Errors copying the source using rsync  (Read 2948 times)

Offline hgabreu

  • Cannon Fodder
  • **
  • Posts: 5
    • View Profile
Errors copying the source using rsync
« 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

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?

Online O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
Re: Errors copying the source using rsync
« Reply #1 on: July 06, 2011, 05:12:06 pm »
I ignored this bugs. Repository works without this files.

Offline hgabreu

  • Cannon Fodder
  • **
  • Posts: 5
    • View Profile
Re: Errors copying the source using rsync
« Reply #2 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?

Online O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
Re: Errors copying the source using rsync
« Reply #3 on: July 13, 2011, 09:31:06 pm »
Did you rename ufoai into .git and do git checkout?

Offline hgabreu

  • Cannon Fodder
  • **
  • Posts: 5
    • View Profile
Re: Errors copying the source using rsync
« Reply #4 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.