Update a development team with rewritten Git repo history, removing big files

Yes, your solution will work. You also have another option: instead of doing this on the central repo, run the filter on your clone and then push it back with git push –force –all. This will force the server to accept the new branches from your repository. This replaces step 2 only; the other steps … Read more

Bugzilla or Mantis? [closed]

I think you’ll find that your team will like either Trac or Redmine more than Bugzilla or Mantis. Both integrate nicely with Subversion. Both include wiki, forums, project management features… Quick overview: Trac: Very widely used and loved, written in python, huge community, lots of “plugins”. A common complaint is that it doesn’t support multiple … Read more

tech