What's hot ? (and I mean really ...) - scroll down for more
1).  Code Templating - advanced usage of delegates & generics: my slides & demos are available for download! CodeProject article is also available.

2).  My series "TDD in the eyes of a simpleminded" is in progress(including code!): preface, part1, part2, Q&A 1, Manual Stub .vs. Mock Stub

3).  TDD Workshop: SeeCompass v0.1 and v0.2 are out.
# Saturday, October 07, 2006

As I mentioned before, Pasha and I are in the process of developing a small application and we still thinking about where to place our Source Control repository. At the beginning, we thought about hosting it on my computer but after a few hours of trying to work with SubVersion (I need to read a little, I thought it would be simpler) configuration and some attempts to configure VSS 2005 I realized (actually, Dror realized, I just nodded) that my router is not suit to serve as a host. We now have 2 solutions: (1) order a new router (about 100$), buy a static IP and configure it properly (as I told Dror: "I'm a code hacker, not a network hacker") which means a lot of time by my side(and 4-7 days of waiting for the router to arrive) or I can (2) pay for a repository server and let someone else take care of static IP, and the configuration. Oren Eini proposed working with www.hosted-projects.com which seems like a nice service - they provide SubVersion & BugTracking for a nice fee. Lacking a solid Source Control really keep us from coding in full speed, so it's urgent to set up our repository in the next couple of days. Any ideas ?

p.s - no, it's not Open Source :-).

Posted by Oren Ellenbogen 
07/10/2006 05:10, Israel time UTC+02:00,     Comments [1]  | 
Saturday, October 07, 2006 11:30:17 PM (Jerusalem Standard Time, UTC+02:00)
What is the problem with your router? is it that it doesn't know how to update a dynamic IP (since I see listed a solution of buying a static IP)?
Try no-ip.com. you can get free dynamic dns, with a simple client that updates the DNS records from time to time, so *almost* anytime your home.lnbogen.com would point to your home network.
Comments are closed.