Skip to content

Commit 7461e74

Browse files
committed
add detailed instructions to svn script
1 parent 643df3f commit 7461e74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

svn_sparse_init.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,12 @@ echo "📌 You can now selectively fetch folders like:" | tee -a "$LOG_FILE"
5252
echo " svn update --set-depth=infinity SoloData/Data/arpit" | tee -a "$LOG_FILE"
5353
echo " svn update --set-depth=infinity training_videos/rig1" | tee -a "$LOG_FILE"
5454
echo "" | 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"

0 commit comments

Comments
 (0)