On Fri, Jan 09, 2009 at 11:45:37AM -0600, Christopher D. Stover wrote: > Chris or anyone else -- > Is there a way I can download a svn snapshot from the OBS?
Yes, you can grab any of the src.rpm's from OBS and extract the tarball from it. You probably won't want to use the OBS spec file, as it has special hacks in it just for OBS. > Our Fedora wiki > shows I need something like this: > # svn export -r 250 http://www.example.com/svn/foo/trunk foo-20070221 > # tar -czvf foo-20070221.tar.gz foo-20070221 > I haven't done much with svn before so I'm sort of at a loss... Thanks! Barry uses CVS and git. I'd recommend you grab snapshots from git. See the website docs for information on cloning a git repo. I have scripts under maintainer/ that automate the snapshot creation. Basically, you can do this: MAJOR=0 MINOR=15 cd maintainer ./git-extract.sh $MAJOR $MINOR master (cd build/barry* && ../../tar-prepare.sh) (cd build && ../tar-create.sh $MAJOR $MINOR) These scripts assume some debian commands exist on your system, in order to create deb and rpm source packages, but they can be commented out. Hope that helps, - Chris ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel