ALM

We have experienced a very poor performance of the svn log command on the new repository that had only a few revisions.

It took more than a minute(!) to get history that had only one revision - the initial import.

While blaming the server configuration and network security, we didn't find anything unusual that could affect the svn performance so much.

 

The reason was much simpler - initial import of the full project tree had more than 32,000 files, and it turned out to be too much for one revision.

Breaking the initial import into several commits solved the problem completely.

If you have a big project to import, instead of running

svn import myproject file:///opt/opencm/svnroot/trunk/myproject -m "Initial import"

 

write a short script to import smaller parts, like:

cd myproject

liya 15/06/2010 - 20:38
ALM, svn

For those of you that miss the eclipse projectset plugin we used to work with cvs, i finally found its latest version and the SVN adaptors that works fine in the latest eclipse (Galileo).

Use update site of the plugin in version V3.0.0 from the Download page. Note that if you have older version installed, you have to uninstall it first.

Use links in the main page to install the adaptor. Subclipse adaptor works fine, the one for Subversive I didn't check.

 

Enjoy :)

 

liya 06/06/2010 - 23:14

The next major version of Bugzilla was released on the 13th of April.

Bugzilla 3.6 has a lot of new features for Bugzilla users and administrators.


Here is the list of the most interesting New Features and Improvements:

- General Usability Improvements

liya 24/04/2010 - 21:30

In this meeting will have discussion how to expand the build automation (We are all familiar with ) to support deployment and tests.

Agenda:

-Architecture

-Tools

-Flow

-Methodology

 

We will leave 20-30 minutes to discuss the next steps in ALM2 development.

itai 11/04/2010 - 07:18

Have been wondering how to build your application that have both Java and Scala sources with Maven?

Here you can find a tutorial from http://mackaz.de:

Build a mixed Scala 2.8/Java application and Eclipse Settings for this project

liya 08/04/2010 - 10:04

Our goal for the first Fuse day was to start working with the new framework and these were our achievements by the end of the day:
- Added a tab (plugin) for Hudson - went pretty smooth!
- Added plugin that handles Hudson integration with Bugzilla inside the framework - replace the link to Bugzilla created by Hudson Bugzilla plugin with the link to Bugzilla inside the ALM2 - still have some problems that need to be fixed.
- Added Tikal header as a plugin - also have some problems that still need to be fixed.
- Add dashboard "boxes" for existing components - just started with the one of the "boxes".
- "How to add a plugin" document for "tab" plugins
Although we had a nice progress with the planned items, the conclusion was that some changes should be done in the framework to make it simpler to work with, like use static (pluggable) tabs, remove use of spring-javaconfig and etc.

liya 30/03/2010 - 22:37

John Ferguson Smart has started writting a new open-source book "Continuous Integration with Hudson".

He plans not only to describe and document Hudson, but also to provide a wealth of best practices and real-world tips enabling readers to get the most out of their Continuous Integration environment.

There is only one chapter till now, but it looks promising, so we should keep an eye on it, and maybe suggest some of the tips and best practice we have.

liya 23/03/2010 - 13:05

Maybe we should get some for the next community event?..

 

liya 13/03/2010 - 17:19

Video demonstration on how easy it is to add dependencies using m2eclipse

liya 13/03/2010 - 16:48

Good news for those of you who love working with Notepad++ and work with Subversion!

No need to switch to Explorer for simple SVN actions anymore - there is a Subversion plugin for Notepad++ that should work under Windows XP, Vista, and 7. Both 32 bit and 64 bit operating systems are supported.

Find more information and download it from here

liya 28/02/2010 - 21:36
ALM, svn
Syndicate content