Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-mirrors] Permission denied errors on /downloads/.git directory

There seems to be some git checkout in the mirror under /downloads/ directory.

I don't have access to the master server, but my upstream server and both servers listed in the rsync script[1] seem to have this issue. Can you remove this directory from the master server?

[1]: https://www.eclipse.org/downloads/eclipse.org-rsync.sh.txt


$ rsync -4 rsync.gtlib.gatech.edu::eclipse/downloads/.git/
...
rsync: change_dir "/downloads/.git" (in eclipse) failed: Permission denied (13) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1684) [Receiver=3.1.2]


$ rsync -4 rsync.osuosl.org::eclipse/downloads/.git/
...
rsync: change_dir "/downloads/.git" (in eclipse) failed: Permission denied (13) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1684) [Receiver=3.1.2]


Back to the top