[proaudio] subversion repository moved |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
The subversion repository moved to
svn://svn.tuxfamily.org/svnroot/proaudio/proaudio/
I've written a email to update layman
if you're not using layman you might want to delete the tree and
checkout once again
svn co svn://svn.tuxfamily.org/svnroot/proaudio/proaudio/
or what is also simple (did the job at least for me )
1. go inside the overlay dir
2. and execute the following onliner! (no idea if subversion has a
build-in changing repository paths)
for i in `find -name '.svn' -type d`;do sed -i -e
's@svnroot\/ckpp\/proaudio@svnroot/proaudio/proaudio@g' $i/entries;done
Greetz
Frieder