Your code is of course checked into a repository somewhere, but where do you keep your working copy/copies? C:\Program Files isn't right, as it's for installed packages. My Documents somehow doesn't seem right, either—a My Code folder next to My Music and My Pictures? Dumping in C:\ is messy, but seems to be "working" for other people in my office.
|
19
|
|||||||||
|
|
|
|
||||||||||||||||||||
|
|
|
Wow. All these people who trust their code on these "hard drives". Please. I have a batch process. It utilizes the latest Microsoft(R) Windows(R) .NET(R) FIleSystemWatcher technology. When I save, it kicks off my batch file. My batch file then walks my directory to find all changes. It copies the modified files to my second hardrive, my USB Drive, and a floppy disk - just in case. It then Both my secure offsite location and home network monitor the incoming files. When they detect new ones, they make true hard copies - they print the suckers. At each location, I've set up an automated mover which is basically a Lego(R) MindStorms(R) arm that grabs the fresh-off-the-printer source code. At the facility, it then passes it to a second arm, which files the document in a secure, fireproof safe - indexing it by filename, date and time. At home, I just have it put it in a box under my bed, so I feel all warm and fuzzy at night. This process has saved me so many times. For example, just the other day my customer decided that the thing he told me to delete that I swore to him he would need and pleaded not to delete because we surely would just need to restore it later on, needed to be restored, because he was wrong about us deleting it, and he actually did need it. So I kicked off my restore process, which pulls in the copies from my other partition, my USB drive, and then contacts my offsite facility, which retrieves the version, OCRs it, and sends it back down my reverse-tunneled SSH connection. It then compares all three versions, and, finding them all in agreement, restores the file just like new. Sure, keeping up with all that can be expensive, but you know, you just can't be too careful. Luckily, with this process, I can have my batch script automatically monitor all of my drives, so it doesn't really matter where I keep it at - it does the right thing. Of course, that's all for my work stuff. For personal projects, I just keep them in C:. Why bother with folders, ya know? |
||||||||||||||||
|
|
|
What's wrong with My Documents? Code files are documents, aren't they? I keep a Projects folder inside My Documents, which then branches out into the various working copies I might have checked out. |
||||||||||||||||||||
|
|
|
C:\dev\ |
||||||||
|
|
|
/home/chaos/project. |
||||
|
|
|
Never in the C:\ drive on windows. I usually leave that for the OS and programs, as it can easily be replaced/re-formatted if something goes wrong (eg. viruses). Stuff usually goes in X:\work. |
||||||||||||||||
|
|
|
C:\Projects |
||||
|
|
|
More often than not, mine ends up in the recycle bin. I keep it on an external HD and pull it over to the PC when working. |
|||
|
|
Locally /home/berek/projects Also store it in my SVN |
|||
|
|
|
|
What a thoroughly pointless question. -1. |
||||||||
|
|
|
My personal source is in "~/src/", and has been for a long time. Under Cygwin I put it in "~/tmp/" if it's temporary or "My Documents\temp\" if it's Windows related. Long term projects go in "c:\opt\" which is linked to from "/opt/" under Cygwin. Using "c:\opt\" makes it much easier when it comes to Eclipse, backups and Windows Explorer. |
|||
|
|
I have everything under source control, so I'm not really worried about losing the source. Therefor, I have it all under My Documents\My Code\Projects. However, what I don't like about it, is the fact, that whenever I need an absolute path - it's a lot of typing. Or some tools don't even support paths that are this long... Therefor, I have this line executed, whenever windows boots:
So, all of my projects are accessible from paths: P:\ProjectName. I think more people should know about this subst command. Then we'd rarely hear anything about paths being too long... ;) |
|||
|
|
In Vista C:\Users\James\Projects (same level as Documents) |
||||
|
|
|
|
|||
|
|
Source Control. As long as it is there it doesn't matter where else it is. |
|||
|
|
/home/bilkis/dev :D |
||||
|
|
|
I keep it safe. In a password-protected RAR. |
||||||||||||
|
|
|
I'm amazed at how much data that directory can hold! |
||||
|
|
|
I mimic our source control on my local system. I have a folder with the name of the source control server, and then subfolders for each database. Ex. C:\SourceControlServer\Database1\ C:\SourceControlServer\Database2\ It makes it clean for me to keep all our projects organized, especially since we have several databases and have had to change servers in the past. |
|||
|
|
|
|
~/depots/... |
|||
|
|
|
|
~/sexycodes/ |
|||
|
|
|
|
I put mine in |
|||
|
|
|
|
D:\Code\ In fact I've made it a point since the Amiga times to always keep my "documents", things I create myself that are hard to replace, on a separate logical volume. On the Amiga i kept them on the work: partition. This makes it easy to separate operating system from actual files I care about and do stuff like reinstall and add other operating systems into the mix with ease. Windows and installed apps tend to drivel crap all over the old "My Documents" root so I've basically stopped using that. "My Images" and some other subfolders however I've redirected to D:\Images and so forth - not that it really matters. My backup solution backs the entire D: using shadow copy, no exceptions, easy peasy. It's not perfect for shared computers of course, but I don't think the question was about those. If so, the network home directory would be preferable - or in a non-roaming part of the user profile it the network isn't up to it. At work it's D:\ companyname. Also, any windows-specific folders except for your own user profile should not be writeable at all if you're running as a standard user - and if you're not, shame on you! ^^ |
|||
|
|
|
|||
|
|
|
|
D:\sandbox Addendum: Technically speaking, your projects are what's in source control. Your sandbox on the other hand is a local copy of the projects that you're currently working on. Your sandbox doesn't need to be an up-to-date clone of your entire project repository. Therefore one could say that it makes more sense to call your local directory "sandbox" rather than "projects", since your local disk is not the best place to store your projects in the first place. |
|||
|
|
C:/[home]/projects which is then hard linked to C:/projects So I can access it easily, but the data is stored in the 'correct' directory - useful for backups, data transfers, computer upgrades. I don't have to search for everything. junction is the linking program for windows. This is much easier and nicer in unix, though. -Adam |
|||
|
|
|
|
C:\InetPub\wwwroot\ [project name] I keep notes in My Documents though... things like progress logs, code snippets, backups. |
|||
|
|
|
|
~/Documents/projects/lib/various folders My co-worker keeps his in /Source/lib/various folders Eitherway various project folders can then be parallel to lib under projects orSource... |
|||
|
|
|
|
Default location for Visual Studio which is %UserProfile%\Visual Studio 2008\Projects. |
||||
|
|
|
c:\svn (since we use SubVersion...) |
|||
|
|
