Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Keep up the good work - excellent site - i'd been looking for something like this for ages !..."

Geography

Where in the world do Tek-Tips members come from?
cmk1523 (TechnicalUser)
15 Oct 08 10:29
I'm new to subversion so hopefully there is a good workaround to this conceptual problem...

Say a project has only two files (to keep things simple):
1. code.c
2. design.pdf

Project lifestyle:
1. Make a new base repository
2. Users checkout, modify, merge, commit
3. More users checkout, modify, merge, commit
4. One branch is made (aka Alpha), another branch his made (aka Bravo)
5. Users under the Alpha configuration need the code and design to look a specific way. Users checkout, modify, merge, commit under their branch.
6. Users under the Bravo configuration need the code and design to look a specific way. Users checkout, modify, merge, commit under their branch.

Problem...
7. Users under Alpha or Bravo find some bugs in the base code and/or design, but Alpha and Bravo can't exactly merge because their specific configurations will always be different.

How does Subversion handle this problem? Because the Alpha and Bravo guys have different configurations, they can merge code, but constantly have to ignore certain changes. Furthermore, they can't really merge the design since the design is in PDF format.

How should I handle this scenario?
jaxtell (Programmer)
15 Oct 08 10:43
I don't know if this would actually work, but here is my thought.  Have a third branch (or maybe the trunk), just for bug fixes and changes necessary in both branches.  Then have alpha and bravo check out those changes.  This probably isn't practical for files that aren't code (images, pdf, etc), but I think it should work for bugs.  Let me know if that makes sense.

-----------------------------------------
I cannot be bought.  Find leasing information at http://www.joshaxtell.com/

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close