File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,12 @@ echo "📌 You can now selectively fetch folders like:" | tee -a "$LOG_FILE"
5252echo " svn update --set-depth=infinity SoloData/Data/arpit" | tee -a " $LOG_FILE "
5353echo " svn update --set-depth=infinity training_videos/rig1" | tee -a " $LOG_FILE "
5454echo " " | tee -a " $LOG_FILE "
55+ echo " 💡 TIP: If you want to fetch the contents of a specific subfolder only (e.g., AR01)," | tee -a " $LOG_FILE "
56+ echo " first create the folder structure using:" | tee -a " $LOG_FILE "
57+ echo " svn update --set-depth=empty SoloData/Data/arpit/AR01" | tee -a " $LOG_FILE "
58+ echo " then pull its contents with:" | tee -a " $LOG_FILE "
59+ echo " svn update --set-depth=infinity SoloData/Data/arpit/AR01" | tee -a " $LOG_FILE "
60+ echo " " | tee -a " $LOG_FILE "
61+ echo " 📖 For more details, see our SVN cheat sheet:" | tee -a " $LOG_FILE "
62+ echo " https://github.com/LIMLabSWC/limlab_documentation/blob/main/docs/svn_cheat_sheet.md" | tee -a " $LOG_FILE "
63+ echo " " | tee -a " $LOG_FILE "
You can’t perform that action at this time.
0 commit comments