点绛唇·秋思
by zoey
雨后人行,秋霜送冷凄凄路。望云舒处,不意惆怅入。
还忆当时,把酒衷肠诉。斜阳暮。再难凭顾。枉剩空辞赋。
WeiLai Technology
雨后人行,秋霜送冷凄凄路。望云舒处,不意惆怅入。
还忆当时,把酒衷肠诉。斜阳暮。再难凭顾。枉剩空辞赋。
question:
why when I run rsync but each time he ask me for root’s password?
answer:
you may set wrong premission or owner for the folder to sync. the user in your /etc/rsync.passwd( or rsync.secure) have no premission for this folder.
We need:
Our step:
Then you’ll find that when you update in client……nothing happens…….
first, svn must be /usr/bin/svn or your absolute dir. We have done this. Why still not work?
What’s happen?
Permission.
sudo nobody
/usr/bin/svn update YourTestAddr –username YourSVNUserName –password YourSVNPSW
you’ll find you have no permission for YourTestAddr/.svn YourTestAddr/.cache
chmod -R 777 them, then commit in your client……everything is going on smoothly:)
Hope this is useful for you.