none
1 Şubat 2011 Salı
recursively removing .svn folders in a project
execute this command from the project location in order to recursively remove
.svn
folders in a linux environment:
find
.
-
name
"
.svn
"
-
type
d
-
exec
rm
-
rf
{}
\
;
the tip is from
http://www.freshblurbs.com/recursively-removing-subversion-files
Hiç yorum yok:
Yorum Gönder
Sonraki Kayıt
Önceki Kayıt
Ana Sayfa
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder