Add it to your aliases, this one liner adds all unrecognized files in the current directory (preceded by ? in svn status) to a svn project.
svn st | grep '^?' | cut -d ' ' -f 7 | xargs svn add
Add it to your aliases, this one liner adds all unrecognized files in the current directory (preceded by ? in svn status) to a svn project.
svn st | grep '^?' | cut -d ' ' -f 7 | xargs svn add
|
I ran into SSL timeouts on in local development setup when I was re-factoring...
|
I was noticing today many apache segfaults on this server, and pretty high...
|
|
The script below does the same and only depends on mutt (or another command...
|
At home, we were missing the ability to print from our iPad or iPhones. While I...
|
|
Finally. This is a huge step forward for Drupal. After eschewing OOP practices...
|
I came across this link about a Virginia Tech professor that wrote a program to...
|