On Tue, Aug 17, 2010 at 04:01:50PM +0200, Engebakken Geir wrote: > Note : All inquiries regarding Subversion, MKS and general Development > servers should be directed to "EDB Source Control System"
I don't have their contact info. Can I reply to you and the svn list instead? > size. I have used Fisheye to search the repos for all pom files, so I > have this list of filenames. Now I would like to create an empty > working copy, and just check out the pom files in question and then > search the files for contents afterwards. I try to use svn up for the Try svn checkout or svn cat (or maybe even svn export). tyler