Problems to run Kumpel

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problems to run Kumpel

Felipe González
Hi,

I've been trying to run Kumpel on my computer the last few days following the instructions here: http://www.moosetechnology.org/tools/kumpel

But i got nothing so far, even when i left my computer a couple of hours doing the following:

KMPProject new
 projectName: 'verveinej';
 startRev: '1';
 endRev:'2';
 buildDiffs: true;
 load

On my terminal i got this:

/usr/bin/zenity
Building Project verveinej main
Step 1: Loading Project Info...
Step 2: Loading Initial List of Directory Tree...
Step 3/4: Loading Logs...
Step 4/4: Loading File Diffs...
Initial Diff Path=svn://scm.gforge.inria.fr/svn/verveinej          Thread 1 : Loading Diff 2
took miliseconds to load diffs: 15237

and then i got stuck.

Any suggestions? am i doing something wrong?

Regards,

--
Felipe González Martínez
Estudiante de Ingeniería Civil en Computación
Departamento de Ciencias de la Computación
Universidad de Chile

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Problems to run Kumpel

abergel
I guess you mean svn://scm.gforge.inria.fr/svn/verveinej/ instead

Cheers,
Alexandr
e

On 13 Jan 2012, at 15:25, Felipe González wrote:

> Hi,
>
> I've been trying to run Kumpel on my computer the last few days following the instructions here: http://www.moosetechnology.org/tools/kumpel
>
> But i got nothing so far, even when i left my computer a couple of hours doing the following:
>
> KMPProject new
>  projectName: 'verveinej';
>  startRev: '1';
>  endRev:'2';
>  url: 'svn://scmscm.gforge.inria.fr/svn/verveinej/';
>  buildDiffs: true;
>  load
>
> On my terminal i got this:
>
> /usr/bin/zenity
> Building Project verveinej main
> Step 1: Loading Project Info...
> Step 2: Loading Initial List of Directory Tree...
> Step 3/4: Loading Logs...
> Step 4/4: Loading File Diffs...
> Initial Diff Path=svn://scm.gforge.inria.fr/svn/verveinej          Thread 1 : Loading Diff 2
> took miliseconds to load diffs: 15237
>
> and then i got stuck.
>
> Any suggestions? am i doing something wrong?
>
> Regards,
>
> --
> Felipe González Martínez
> Estudiante de Ingeniería Civil en Computación
> Departamento de Ciencias de la Computación
> Universidad de Chile
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Problems to run Kumpel

abergel
In reply to this post by Felipe González
I just tried

KMPProjectLoader new
 projectName: 'verveinej';
 startRev: '1';
 endRev:'2';
 url: 'svn://scm.gforge.inria.fr/svn/verveinej/';
 buildDiffs: true;
 load

And I got an error that has to do with a filestream on a local file.
I have the impression that Kumpel works only for local repository. Have you tried on a local repository?

I do not understand what you get on your terminal.

Cheers,
Alexandre

On 13 Jan 2012, at 15:25, Felipe González wrote:

> Hi,
>
> I've been trying to run Kumpel on my computer the last few days following the instructions here: http://www.moosetechnology.org/tools/kumpel
>
> But i got nothing so far, even when i left my computer a couple of hours doing the following:
>
> KMPProject new
>  projectName: 'verveinej';
>  startRev: '1';
>  endRev:'2';
>  url: 'svn://scmscm.gforge.inria.fr/svn/verveinej/';
>  buildDiffs: true;
>  load
>
> On my terminal i got this:
>
> /usr/bin/zenity
> Building Project verveinej main
> Step 1: Loading Project Info...
> Step 2: Loading Initial List of Directory Tree...
> Step 3/4: Loading Logs...
> Step 4/4: Loading File Diffs...
> Initial Diff Path=svn://scm.gforge.inria.fr/svn/verveinej          Thread 1 : Loading Diff 2
> took miliseconds to load diffs: 15237
>
> and then i got stuck.
>
> Any suggestions? am i doing something wrong?
>
> Regards,
>
> --
> Felipe González Martínez
> Estudiante de Ingeniería Civil en Computación
> Departamento de Ciencias de la Computación
> Universidad de Chile
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev