This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
subversion [2014/06/20 11:44] – admin | subversion [2014/08/16 12:37] (current) – admin | ||
---|---|---|---|
Line 8: | Line 8: | ||
svn add ./* | svn add ./* | ||
+ | |||
+ | ALLE Dateien hinzufügen | ||
+ | |||
+ | svn add --force * --auto-props --parents --depth infinity -q | ||
Clean svn repo, ready for GIT: | Clean svn repo, ready for GIT: | ||
Line 18: | Line 22: | ||
find . -name .svn -exec rm -rf {} \; | find . -name .svn -exec rm -rf {} \; | ||
+ |