[NOTE] New repository available

This forum is dedicated to feedback, discussions about ongoing or future developments, ideas and suggestions regarding the ChibiOS projects are welcome. This forum is NOT for support.
ych
Posts: 33
Joined: Tue Mar 03, 2015 11:38 pm
Has thanked: 7 times
Been thanked: 9 times

Re: [NOTE] New repository available

Postby ych » Fri Mar 02, 2018 9:50 pm

Giovanni wrote:I am not interested in git so those are not an option.

Sorry, but I am really interested, why you don't consider git as source control system for ChibiOS?
Is it just some personal preference or this decision has some technical aspects?

faisal
Posts: 374
Joined: Wed Jul 19, 2017 12:44 am
Has thanked: 44 times
Been thanked: 60 times

Re: [NOTE] New repository available

Postby faisal » Fri Mar 16, 2018 5:27 pm

Is sourceforge having problems again? I'm trying to checkout the latest trunk, and it is continuously getting interrupted. I have to do a cleanup, and and an update to continue getting the tree. I've had to restart the checkout like 10 times so far, and I don't think i've even gotten 10% of the files.

Update:
This eases the pain a bit:

Code: Select all

#!/bin/bash

svn cleanup
svn update
while [ $? -ne 0 ]; do
    svn cleanup
    svn update
done

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: [NOTE] New repository available

Postby Giovanni » Fri Mar 16, 2018 6:39 pm

I will open another ticket, it looks like the same problem of last time.

Giovanni


Return to “Development and Feedback”

Who is online

Users browsing this forum: No registered users and 14 guests