svn working copy issue
Posted
by Marcin
on Stack Overflow
See other posts from Stack Overflow
or by Marcin
Published on 2010-03-27T12:28:56Z
Indexed on
2010/03/27
12:33 UTC
Read the original article
Hit count: 324
Hi guys I have an easy question, but not easy to me.
I have a repo in /mnt/apps/repos and I would like to do a hook which will update/export everything to /mnt/apps/dev/repos folder but when running:
#/usr/bin/svn update /mnt/apps/dev/repos
I am getting error:
Skipped '/mnt/webapps/dev/repos'
when run
#usr/bin/svn export /mnt/apps/dev/repos
I am getting:
svn: '/mnt/webapps/dev/repos' is not a working copy
how to add /mnt/webapps/dev/repos as a working copy for all files from repo DB?
please help
© Stack Overflow or respective owner