project-organization

Organize Project Solution w/ Interfaces for Repository

VS 2010 / C# Trying to organize a solution and looking for options for naming the project that will host the interfaces for the repository. I have: MyProject.Domain MyProject.WebUI MyProject.Repositories MyProject.Interfaces?? So far "Interfaces" is the best name i've come up with, but I don't like it. Any ideas/suggestions? ...

Backup or file syncronization between local network PC's

We're working on a site who's document management policy is to put all files onto the network (i.e. My Documents mapped to a network server) for all personal or project related documents, or files. The problem is that the network has poor uptime. We have configuration files for tools, project related code libraries, and other developmen...

organization of Redmine projects?

I'm the sole developer working on a couple of webapp sites. I have them in subversion, but I'm not using a project management tool. I recently got redmine up and going, and I want to set up the projects in there. What I'm looking for is a recommendation as to how to structure these two projects in Redmine. From what I can glean, the st...

Organizing Django + Static Website Folder Hierarchy

I'm currently working on developing a personal Django site that will consist of various technologies / subdomains. My main page(s) will be Django, with a blog.blah.com subdomain that runs wordpress, and several other subdomains for projects (project1.blah.com, project2.blah.com), that are static HTML files (created with Sphinx). I'm hav...

how to work on a project with visual studio and eclipse

we are currently starting a project involving people on windows and linux and using SVN. The problem is that people who want to use Visual Studio (2010 for most of them) have problem with the folder structure and the syncing of there project. they've got ankhsvn (http://ankhsvn.open.collab.net/), they are mapping the project to real fo...

Is there a sensible way to backup Visual Studio C++ solutions without all the "extra" files the IDE creates?

I would like to make a backup of my project, but the folder now exceeds 6.6 GB mainly through extra libraries like boost etc, but even if I just select the folders with my sources, I end up with big files like: .ipch, .sdf and potentially others. To make matters worse I use eclipse to code and VS to compile, so that adds to the mess, alt...

Project organization with professionals and students

Hi everybody, I am working as a PhD student developing scientific/engineering simulations and algorithms to be tested in these simulations. These days the first student started to work on my project (for his Bachelor thesis) and I am wondering: how should I organize the project now? I think I have some good C++ knowledge (although I sti...