|
From: Chris F. <cd...@fo...> - 2011-07-23 10:30:01
|
On Sat, Jul 23, 2011 at 11:49:07AM +0200, Daniel Gollub wrote: > Unfortunately on my machine (openSUSE 11.4 - x86_64) still two tests fail: Thanks! I wonder if it has anything to do with 64bit? My machine is 32bit. > Maybe we should really switch as primary VCS to Git as base a clone > of your current repo? I'd be happy to push to another repo as well. That's the nice thing about git. We can push to many places. It would be nice to have an official spot on opensync.org to push to. My opensync-cdf repo has the 0.3x history from the 0.30 branch point to latest. There is a bit of history before that, which I didn't notice I missed at first. With the branches the way they are, it was hard to get git-svn to import them fully. So for history's sake, I think SVN should stick around, even with git taking over. My opensync-cdf repo also has a 'branch-0.2x' that contains the 0.22 history as well. That was tricky to grab all the 0.22 SVN branch commits, but I managed to pull all the important bits, to where I'm confident that the git repo has truly the latest of both opensync versions. I'm working to maintain both, with fixes and patches that I find. My binary-meta repo currently has its submodules configured to point to repo.or.cz, but that can be changed someday. The individual trees (lib, osynctool, and plugins) are not tied to any git site, and can be pushed anywhere, very easily. > Do you know if repo.cz or any other public repo allows to install customs hook? > I'm asking that so we can connect the git repo with trac. There is hook capability in git itself... if we ran our own server, that would definitely be possible. I don't think repo.or.cz supports it. Github seems to support some kind of JSON hook: http://help.github.com/post-receive-hooks/ Does that work with trac? - Chris |