Skip to content
Snippets Groups Projects
Commit 95d53749 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Also setting SVN for local use

parent f051e1ce
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ SVN_DIR=${HOME}/SVN_$(date -d "today" +"%Y%m%d") ...@@ -56,6 +56,7 @@ SVN_DIR=${HOME}/SVN_$(date -d "today" +"%Y%m%d")
unb_info $0 "Copying local SVN dir to ${SVN_DIR}" unb_info $0 "Copying local SVN dir to ${SVN_DIR}"
unb_exec $0 cp -r ${SVN}/ ${SVN_DIR} unb_exec $0 cp -r ${SVN}/ ${SVN_DIR}
export SVN=${SVN_DIR} export SVN=${SVN_DIR}
SVN=${SVN_DIR}
############################################################################### ###############################################################################
# Disable exit on unb_error (used in unb_exec) # Disable exit on unb_error (used in unb_exec)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment