You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-t...@googlegroups.com
Hello all,
In our Project, we have roughly the following structure: - Proj A\Branches Development -- FolderX Main - Proj B\Branches Development -- FolderY Main
The two projects A and B have different versioning, therefore they have different "Branches" folders. For our current development, though, we use one solution that is spread over all the files, so locally I need a structure like
MySolution.sln FolderX FolderY
At the moment it is done by having TFS set up with different working folder mappings within the workspace.
What is the best way for setting up our GIT repository locally under those circumstances.
One additional info: we map FolderX and FolderY, so as to avoid "Development" or "Main" in the folder path.
Yours Dany
Matt Burke
unread,
Mar 19, 2013, 10:27:30 AM3/19/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-t...@googlegroups.com
I think I see what you're doing. git-tfs doesn't have a good solution
for this right now. I'd like it to be able to support more complex
mappings [1], but there isn't a way to do that right now.
For now, you might be able to create separate git-tfs clones, and use
submodules to include them all in a main git repo.