• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Setting up a code repository

matrisking

n00b
Joined
May 6, 2005
Messages
44
I'm looking to set up a code repository that I can access from multiple machines within my home network, but not online. Right now I'm considering two options:

1) Setting up NAT on an external hard drive attached to this guy
2) Setting up a cheap, small form factor PC.

Pros? Cons? Will it make much of a difference either way? Vague, I know, but this is my first time setting up a code repository, and I'm not sure what I should be taking into consideration here. Performance won't be an issue, so I don't think SSD would be necessary, but if a small form factor PC will support RAID, then mirroring a pair of drives would be preferable. Just looking for any general feedback people might have regarding this decision.

Thanks!
 
define repository... git? or just local storage or dev server?
if any of the above, build a cheap dev box. if it's just code then the files are going to be small and will transfer fast even on an atom
 
define repository... git? or just local storage or dev server?
if any of the above, build a cheap dev box. if it's just code then the files are going to be small and will transfer fast even on an atom

Not necessarily git, probably SVN.

Did a little googling, it looks like people have used SVN with Dropbox, so that might work. It doesn't work well once you start having multiple users modifying code, but since I'm just using it to keep a couple of my own machines in sync that would be fine. If for some reason that doesn't work for me, I'll look into building an atom-based machine.

Thanks!
 
Back
Top