Otherwise forgotten.
Tuesday, August 18, 2026
svn add everything that starts with ?
The white space always gets me. SVN to add all unversioned files:
svn status | sed -n 's/^? //p' | while IFS= read -r f; do svn add -- "$f"; done
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment