Results 0 - 10 of 12.

101 VIEWS

Hi, https://www.ohloh.net/p/blender enlistment (trunk) hasn't been updated for 2 months. The 2.4 series branch has failed to download. If you could look into it, that'd be great. Thanks. /Nathan

251 VIEWS

Hi, it looks like svn update via SvnSync has failed: versesharp enlistment Thanks for looking (and thanks for the great service!) /Nathan

238 VIEWS

Hi, as per title, the Blender project hasn't seen updates for almost a month now. http://www.ohloh.net/p/blender Thanks, /Nathan

172 VIEWS

Hi, It looks that links can be very wrong. Ie in my case on page 16 of the ranking list, the links say properly Blender, etc, but they point to very wrong projects: http://www.ohloh.net/people?page=16 /Nathan

593 VIEWS

I have lived all my programming life (since 2001, so I'm still young ;) in the believe that the language is assembly. The tool to generate the final binary form then would be assembler. ... [More] http://www.ohloh.net/languages Please educate me. (Or correct typo if I'm right after all ;) /Nathan [Less]

1839 VIEWS

I hope the folks of sf.net help you out here. After this one problem is fixed, make sure you do a svn log on the entire tree and fix any upcoming issues like this. As said, we had to redo our ... [More] migration several times, so I can perfectly well understand that you don't want to do a full dump and reload. Again, good luck :) /Nathan [Less]

421 VIEWS

This was a successfull update, at least I see " Ohloh update completed about 3 hours ago." /Nathan

1839 VIEWS

That kind of error on svn log we had when we migrated our Blender repository from CVS to SVN. During the move cvs2svn did some bad encoding of UTF-8 and other encoding characters in commit messages ... [More] (among others the polish l with dash through it). We had to do the migration five or six times before we got it right. I guess svn log is not very often used on the entire history, I think I'm a stats junkie enough to have wanted it, so it got tested during our migration. Perhaps the SquirrelMail have similar problems. If the migration happened already looong ago, a revisit of it is probably out of order, but if the repository was created using fsfs as the backend then maybe manual hacking commit messages could solve the problem (note, untested and without any further knowledge - I used to manually hack our CVS when I did some preliminary testing of migration tools like tailor) Anyway, good luck :) /Nathan [Less]

759 VIEWS

Even the best horses stumble at times :) /Nathan

759 VIEWS

When entering the URL in Firefox, it gets automatically converted to %23 -> https://svn.apache.org/repos/asf/incubator/lucene.net//trunk/C%23/ So that is probably what you just need to do. There are ... [More] many toolkits out there that do URL encoding. FYI: http://fi.php.net/urlencode http://msdn2.microsoft.com/en-us/library/aa332871(VS.71).aspx [edit: added links] [Less]