Click here to Skip to main content
15,894,017 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Ravi Bhavnani26-Apr-14 7:10
professionalRavi Bhavnani26-Apr-14 7:10 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3527-Apr-14 23:49
shrknt3527-Apr-14 23:49 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Valery Possoz26-Apr-14 10:03
professionalValery Possoz26-Apr-14 10:03 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3526-Apr-14 19:28
shrknt3526-Apr-14 19:28 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Simon O'Riordan from UK27-Apr-14 23:09
Simon O'Riordan from UK27-Apr-14 23:09 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
BobJanova27-Apr-14 23:20
BobJanova27-Apr-14 23:20 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3528-Apr-14 1:10
shrknt3528-Apr-14 1:10 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
BobJanova28-Apr-14 1:40
BobJanova28-Apr-14 1:40 
If we're talking about just the source control part:
- No virtualised branching or tagging (you have to actually copy the whole repository to the branch!)
- No merging back of branches
- Check in won't tell me if I need to do an update
- Attempting to do 'Get latest' when there are merge issues gets the local copy in an inconsistent state unless you notice the entry in the message log (which is not the default view) telling you there are conflicts
- Conflict resolution is bad, sometimes auto-merge loses changes
- No local repository (SVN also doesn't have this, of course)
- VS integration (right click Solution/Project) only sees files VS knows about, not support files in the same directories, making it easy to get in an inconsistent state

Then there's the issues with the build pipeline and half-arsed attempt at CI:
- No chained or dependent builds
- No ability to generate build artifacts and pass them to a later build
- No way to have a build step that runs an external process (e.g. NAnt or batch scripts)

And the task management system in an agile environment:
- Rigidly enforced difference between items in the task backlog and items that appear on the work board
- Inability to multi-select or multi-drag on any of the web UI
- Inability to start or end a sprint part way through a day
- No understanding of story points, velocity etc

I've done previous work with SVN, JIRA and TeamCity, and everything is pretty straightforward. For the last few months I've been working with TFS (client mandated) and we've been fighting the tool at every step. It's possible to bodge something together which just about works regarding the build pipeline, but it took a couple of weeks of work on my part and it's still nowhere near as usable as TeamCity.
QuestionRe: VSO (Visual Studio Online) m loving it Pin
Ravi Bhavnani28-Apr-14 2:26
professionalRavi Bhavnani28-Apr-14 2:26 
AnswerRe: VSO (Visual Studio Online) m loving it Pin
BobJanova28-Apr-14 3:41
BobJanova28-Apr-14 3:41 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3528-Apr-14 2:29
shrknt3528-Apr-14 2:29 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
patbob28-Apr-14 5:51
patbob28-Apr-14 5:51 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Zachery Hysong28-Apr-14 0:59
Zachery Hysong28-Apr-14 0:59 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3528-Apr-14 1:07
shrknt3528-Apr-14 1:07 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Zachery Hysong28-Apr-14 1:27
Zachery Hysong28-Apr-14 1:27 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Ravi Bhavnani28-Apr-14 4:12
professionalRavi Bhavnani28-Apr-14 4:12 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
BC3Tech28-Apr-14 6:09
BC3Tech28-Apr-14 6:09 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3528-Apr-14 7:08
shrknt3528-Apr-14 7:08 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
BC3Tech28-Apr-14 8:53
BC3Tech28-Apr-14 8:53 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
Member 460889828-Apr-14 8:13
Member 460889828-Apr-14 8:13 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3528-Apr-14 9:16
shrknt3528-Apr-14 9:16 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
RafagaX28-Apr-14 9:26
professionalRafagaX28-Apr-14 9:26 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
shrknt3528-Apr-14 9:31
shrknt3528-Apr-14 9:31 
GeneralRe: VSO (Visual Studio Online) m loving it Pin
RafagaX28-Apr-14 9:42
professionalRafagaX28-Apr-14 9:42 
GeneralHtml 5 Pin
Member 1077665226-Apr-14 1:58
Member 1077665226-Apr-14 1:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.