export instead of checkout

This commit is contained in:
Jack L. Frost 2015-05-22 17:53:16 +03:00
parent b2dc6c01d7
commit 840ab9254c
1 changed files with 1 additions and 1 deletions

2
prm
View File

@ -131,7 +131,7 @@ abs.get() {
svn_repo='packages';;
esac
svn checkout "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
svn export "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
}
set_argv() {