F
Franck Diastein
Hi, I woild like to know if it's possible to do this with Windows:
for repodir in `ls /svn`
do
svnadmin dump /svn/$repodir
done
I want to loop through dirs in a dir and use the dirs names in a command...
TIA
for repodir in `ls /svn`
do
svnadmin dump /svn/$repodir
done
I want to loop through dirs in a dir and use the dirs names in a command...
TIA