Search Results

0
votes
3answers
55 views

Excluding files when checking out from Subversion repository

I work with a subversion repository for a "generic" package that is full of files that shouldn't be there (site-specific files, hacks, etc). I do not have access to change this, and I've been stone …
1
vote

How to version milestones developed in parallel that may not be completed sequentially?

I'm a little confused as to why you'd distinguish the branches with numbers; name each branch according to the features (eg. vehicle-doors, vehicle-steeringwheel) and use the version numbers to tra …