How to clone from vaddin git repository

Hi,

i want to clone the sources for vaadin-calendar from http://dev.vaadin.com/git/?p=addons/calendar/calendar.git, but If i try it with git clone http://dev.vaadin.com/git/?p=addons/calendar/calendar.git i got an error:
fatal: http://dev.vaadin.com/git/?p=addons/timeline/timeline.git/info/refs not found: did you run git update-server-info on the server?

git version is 1.7.5.4

Where is my mistake?

Greetings

Andre Peters

Hi, the clone command for the Calendar sources is:

git clone http://dev.vaadin.com/git/addons/calendar/calendar.git

Hope that helps.

Thank you