On Fri, Apr 22, 2011 at 07:16:09PM +0200, Rémi Verschelde wrote: > 2011/4/22 Franklin Weng <[email protected]>: > > Hi, > > Following Oliver's suggestion in the meeting several hours ago, I tried to > > check out the po files from http://svnweb.mageia.org/soft/ . > > Here I wrote a shell script to check out automatically. > > However, as shown in the file, some projects listed on Tx was not in > > svnweb.mageia.org, > > including Epoll, Identity/CatDap, mageia-gfxboot-theme, drakx_install, > > drakx_share, and drakx_standalone. > > Please tell us how to check them out. > > > > Thanks, > > Franklin > > A simple way to find the po files if you imported the SVN repository > on your disk or if you have SSH access to it, is to use the command > find, e.g.: > You can simply use this : svn ls -R svn://svn.mageia.org/svn/soft/ | grep '\.po$'
( but as this walk the whole svn, I would recommend to not use it too often if possible ). -- Michael Scherer
