Created
July 29, 2010 17:27
-
-
Save v9n/498726 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| svn status | grep "^\?" | awk '{print $2}' | xargs svn add |
Author
Em không care đến status của file à? (M)odified/(D)eleted làm sao em add vào lại được
Author
Chết cha...Lúc đó ko để ý gì! Add file búa xua sau đó check lại thấy ko commit, svn status nó trả lại toàn file chưa
add
ko để ý gì phang luôn ;)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Better one
svn status | sed -n '/^?/ s/?\s+//; s/ /\ /p' | xargs svn add