Tagged Questions

1
vote
7answers
100 views

SVN how do I check code into a specific branch, when I’ve checked code out from the trunk?

I need to check in my code changes to a certain branch but im not sure how to do that since my code is from trunk =/
0
votes
1answer
15 views

How to integrate timereport after checkin in TFS?

We would like to integrate an extra popup/prompt when a user checks in something and associating it with a work item. The prompt should ask the user how much time he spent and how …
0
votes
4answers
42 views

svn commit showing updated files as added

I checked in (modified )some of the files recently . When i'm trying to watch the Logs from my local machine every thing is perfect .(the checked in file shows modified status.) B …
1
vote
2answers
79 views

Do custom check-in policies have to be deployed on the server at all?

I'm asking this question because I haven't seen it documented anywhere. We are using a combination of Team Foundation Server 2008 and Team Explorer 2005. Is it possible to deploy …
1
vote
1answer
62 views

TFSBuild:How to trigger a build only when a particular file is checked in?

We have a particular file, say X.zip that is only modified by 1 or 2 people. Hence we don't want the build to trigger on every check-in, as the other files are mostly untouched. …
1
vote
3answers
48 views

Can TFS or Visual Studio remind me about issues that have to be solved before a check in

I'm actually working on a tool that need some configuration before it can be used. To save some time a hard coded some values into the text boxes of the configuration tab, so I don …
0
votes
2answers
560 views

Programatically checking files into TFS getting more than expected…

Hi there, So I have a .NET app which goes thru and generates a series of files, outputs them to a local directory and then determines if it needs to update an existing file or add …
0
votes
5answers
531 views

How can I commit multiple directories at once using subversion?

I tried using svn ci dir/a dir/b -m "my comment" but this doesn't work. I also used svn ci dir/a/* dir/b/* -m "my comment" and it too doesn't work. I know you can specify multiple …
1
vote
1answer
131 views

How to remove the Override checkbox from TFS 2008 check ins with policy failures

In short, I want to stop our devs from overriding policy failures on check in. If I can't do that then I want to modify the Reason text box to look for something more than just …
0
votes
2answers
296 views

Visual SourceSafe 2005 integrated with VS2008 - missing checkin prompt for comment

I have been using Visual Studio integrated with Source Safe for years, when I checkin a file from the Solution Explorer in VS2008 I am not prompted for a comment when I previously …
0
votes
5answers
79 views

How do you check in code with different comments on different classes?

What do you think is the best practice for checking in code from multiple files that implement multiple changes, but are ready to go in at one time? Do you check them all in at on …
1
vote
1answer
439 views

Forcing a TFS checkin of a file via C#

Hi there, How can I specify that I ALWAYS want the local file to replace the server copy even if the TFS copy is newer? if (pendingChanges.GetUpperBound(0)>-1) ChangeSetNumber …
1
vote
1answer
61 views

Document is not updated after check in from Word

Hi, one of our customers has great problems checking in documents to a SharePoint library form Word 2007. Whenever she check's in a document to the library the meta data as versio …