problem with recursive creating subdirectories
Michal Vanek
Michal.Vanek at Sun.COM
Wed Dec 2 03:25:56 EST 2009
Hi all,
I would like to use sitecopy for maintaining static content of project
web pages. However, I am not able to synchronize remote repository with
local repository, because sitecopy starts creating new subdirectories
without creating a root directory firsts.
I guess, this is know problem, but I havent found any solution except
multiply synchronize attempts. Do you have any suggestions how to
synchronize new repo with directory structure?
thanks in advance,
Michal Vanek
Here is the output from my cmd line.
/tmp/mig$ sitecopy -f mysite
sitecopy: Fetching site `mysite' (on netbeans.org in
/website/migrationproject1107/)
File: ospc20-nb6-beta1/portalpack/xx/xx/xx/xx/file.txt - size 116
Directory: ospc20-nb6-beta1/portalpack/xx/xx/xx/xx/
Directory: ospc20-nb6-beta1/portalpack/xx/xx/xx/
Directory: ospc20-nb6-beta1/portalpack/xx/xx/
Directory: ospc20-nb6-beta1/portalpack/xx/
Directory: ospc20-nb6-beta1/portalpack/
File: ospc20-nb6-beta1/time.txt - size 174
Directory: ospc20-nb6-beta1/
File: index.html - size 60
sitecopy: Fetch completed successfully.
michal at michal-laptop:/tmp/mig$ sitecopy -s mysite
sitecopy: Synchronizing site `mysite' (on netbeans.org in
/website/migrationproject1107/)
Creating ospc20-nb6-beta1/portalpack/xx/xx/xx/xx/: failed:
No such file or directory
Creating ospc20-nb6-beta1/portalpack/xx/xx/xx/: failed:
No such file or directory
Creating ospc20-nb6-beta1/portalpack/xx/xx/: failed:
No such file or directory
Creating ospc20-nb6-beta1/portalpack/xx/: failed:
No such file or directory
Creating ospc20-nb6-beta1/portalpack/: done.
sitecopy: Errors occurred while synchronizing the local site.
More information about the sitecopy
mailing list