Tagged Questions
The master tag has no wiki summary.
11
votes
3answers
2k views
Putting uncommitted changes at Master to a new branch by Git
How can you put uncommitted changes to a branch TEST when I am at the branch master?
9
votes
2answers
931 views
Git: difference HEAD and MASTER
What is the difference between these?
I did a clone of a project on github and want to push my changes to the remote.
But which one?
9
votes
13answers
3k views
Is the Scrum Master also a developer on your team?
I think that Scrum Master role is not a full time job for most mature scrum teams.
A team that is running together for a few month can be fine with a Scrum Master that is also a team member since they ...
8
votes
1answer
6k views
How to tell Git to always pull the master branch?
I find git docs very cryptic regarding this issue. I want to do a simple thing, but it seems doing it is not simple at all.
I have the following situation:
$ git remote -v
origin ...
8
votes
2answers
2k views
create a git symbolic ref in remote repository
In my remote bare repository the HEAD is pointing to "refs/heads/master" and I want it to point to "refs/heads/other".
I am not able to go to remote repository directory and run git symbolic-ref. Is ...
7
votes
3answers
628 views
MySQL in star topology
I have one central database with all the data in MySQL 5.1-lastest-stable.
I want to hook up multiple clients in a master-master relationship.
Question
How do I setup a star topology with 1 central ...
5
votes
1answer
44 views
Is “master” a standard branch name in git, or is it just the standard practice?
I noticed the names "master" and "origin" being used a lot in git. What's the difference between these, and are either standard in git, or are they just common practice? Which would be the root ...
5
votes
1answer
399 views
How to view diff of a forked github project
I have forked a project on github and need to have a set of changes I made since I forked, in diff format.
If you wonder - I've forked Apache httpd and I'm changing some code in core. Currently I'm ...
4
votes
1answer
1k views
ASP.NET MVC - Set Master View accordingly with Controller
By any chance, is there any easy way to set a default MasterView for all the actions inside a specific controller?
For example If I have the HomeController I want all the actions inside it to inherit ...
3
votes
1answer
286 views
Drupal 7 MySQL master/slave replication not working
I am having trouble getting Drupal 7.7 to use a MySQL slave database.
My settings.php is as follows:
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'my_db',
...
3
votes
1answer
181 views
MySQL Replication Simple Master/Slave Replication
I have simple Master/Slave configuration. I have 8GB of RAM on both my production boxes.
I was using Master for Writes only and slave for Reads only. But over the weekend I ran one job which was to ...
3
votes
1answer
376 views
How add two branch (master & develop) to redmine
I have installed Redmine on Debian. Also have Git with master (default) and develop branches.
I want to integrate git into redmine for showing this two branches in it.
But currently redmine show only ...
3
votes
1answer
288 views
MVC Master page and RenderPartial
I'm trying to create nested master pages in MVC. In the main master page I have a partial view that is rendered using Html.RenderPartial. This works fine when using the main master page directly in my ...
2
votes
2answers
48 views
how to create a git branch that is independent of the master branch?
I want to create a git branch that will work independent of the master branch. I want all the code that is present in the master till now, but any further changes in the master should not reflect in ...
2
votes
0answers
44 views
Game Research Points [closed]
I just wanna know what are the points of research in nowadays games.
As I am Teacher Assistant and I must make a master thesis and I wanted to make the Thesis about games and contribution to game ...
2
votes
1answer
71 views
How to show Master-Detail Informations in a collapsable ListView
i have a class that describes a certain task. This "task"-Class has a list of substeps.
What I wanted to do is to show these Informations in a ListView where the task-description should be used as ...
2
votes
4answers
79 views
how rebind a repeater (inside master page) from content page?
Is it possible to rebind a repeater (inside master page) from content page?
My pages are base on master and content pages and I have some links (anchors) for download files!
After click on those ...
2
votes
1answer
93 views
hadoop master node slave node datanode
I am Riyas and new in hadoop. if a master node goes down what happened to the cluster? Any slave node can act as a master? Is it need any additional configuration? Any one help me please.
2
votes
1answer
95 views
Jasper Reports Master Detail Report
Is it possible to create a Master-detail report in Jasper without creating a sub-report. Does Jasper provide some component or option so that I don't end up with 2 jrxml file for a simple ...
2
votes
2answers
250 views
css and master page asp.net problem
i had used the following code in master page of asp.net project
<a runat="server" href="home.htm" onmouseover="document.Home_Img.src='Images/home_2.png'"
...
2
votes
1answer
235 views
InPlace editing of ASP.NET Master Pages with jQuery
Hi I am trying to get the inPlace editing functionality. But this time its in Master page of an ASP.net application. I have a label control (for title of each web page) on master page. And in my ...
2
votes
1answer
334 views
Mysql - Select value from 'Show master status' query
hi
How can i select just the position value from the 'SHOW MASTER STATUS' query
exp something like
select position from (show master status);
thanks for your time and help
2
votes
1answer
927 views
MVC 3 Master / Detail UpdateModel inserts new detail records instead of updating existing records
Ok, I've read Phil Haack's article on binding to a list and I've got that working fine on one view. But what I'm stuck when doing it off a master record.
I've got a really simple form for this ...
2
votes
1answer
220 views
Clearcase and hudson - Unix master and windows slave
I work for a very large company which blindly follows UCM. Clercase is managed by UCM team.Everything happens by rule book. Clearcase clients on unix environment is rarity and we had lot of problems ...
2
votes
1answer
428 views
Git: Will merging master into a topic branch often avoid conflicts later on?
Lets say for the sake of argument that we don't care much about history.
If I have a master branch that is being updated somewhat often and I have a shared topic branch that is rather long lived, ...
2
votes
1answer
255 views
Authorize.Net SIM Form submission in Kentico
Kentico is a C# / Asp.NET Content Management System that we use and I'm trying to implement authorize.net SIM integration (redirecting the user to the authorize.net servers to make purchase through a ...
2
votes
2answers
251 views
How do I set a picture as the background in ASP.NET?
I am unable to get the background picture to show in my pages. I am trying to do this in the master page using CSS.
I have a CSS which contains the following:
body {
background-image: ...
2
votes
4answers
675 views
Can a page inherit multiple master pages?(ASP.NET)
Can a page inherit multiple master pages?(ASP.NET)
2
votes
1answer
2k views
Nesting UISplitViewController within UINavigationController
I would like to have a root level controller that appears to be a splitview but I would also like to allow the detail view to essentially take over the entire screen (in both landscape and portrait ...
2
votes
4answers
49 views
Is there a way to implement a core code template in WCF?
I am working on a WCF based web services project. We have like 50 different services which provide get,create, update and delete operations. My problem is when I find a bug in an operation, let's say ...
2
votes
2answers
891 views
WPF Observablecollection master detail scenario
any help with this would be great.
I have a model
public class Master
{
...
public Detail[] Details {get; set;}
}
I am populating my view model from a WCF service which returns my ...
2
votes
2answers
166 views
Ninject and Master Page injection
First off, I'm using Ninject 2.0
I have my master page which I would like to inject into but I'm not quite sure how. What I tried was created a class that derives from System.Web.Mvc.ViewMasterPage ...
2
votes
1answer
158 views
2 accounts reference 2 different master pages?
This is puzzling me for awhile.
I am developing a SharePoint MOSS 2007 site.
I have one set of accounts, who have no issues accessing the site and using correct master page.
When I use the second set ...
2
votes
5answers
393 views
Master Pages - Design question
Would you guys think that a master page should be part of the company's framework or it should be part of each application? Or perhaps the company's framework should only have a interface to provide ...
1
vote
2answers
39 views
How to set property in master page from class in app_code? with asp.net c#
How do I set a property in a master page from a class in app_code? with asp.net c#
my master page:
private int styleGroup;
public int StyleGroup
{
get { return styleGroup; }
set { ...
1
vote
2answers
44 views
transition branch to be master with git
I've converted an application from Rails 3.0 to 3.1.3 and have it on a branch. I would like to transition the rails 3.1.3 branch to be the new master and a merge doesn't make sense to me. What's the ...
1
vote
2answers
25 views
ASP.NET: Is there an easy way to include one instance of a div in several master pages?
I have 3 master pages, one for the home page, one for a two column layout and one for a three column layout.
They are all working fine, but there are a number of divs that are shared across the two ...
1
vote
1answer
98 views
Cannot connect to SQL Azure master from worker role
We're currently developing against SQL Azure and have (unsuccessfully) tried to point a worker role to the master database in SQL Azure in order to automate database operations which require the ...
1
vote
1answer
224 views
Master/Detail DataGrid. How to access Detail DataGrid to set ItemsSource?
In a typical Master/Detail situation...
I have a DataGrid. The ItemsSource of this DataGrid is set in the Completed event of a WCF call - (grdMaster.ItemsSource = e.Result) - where the x:Name of the ...
1
vote
1answer
30 views
Is MySQL Replication what I need?
I am building a R&D website, where I run a lot of proprietary software that I don't want to install on a webserver. My plan is to setup a master on my local machine hooked to a standard broadband ...
1
vote
1answer
44 views
SharePoint Title Table Enlarging on Specific _layout pages
I am experiencing an issue with a custom SharePoint 2010 master page that I have been developing and styling with an external style sheet. Hardly any changes have been made to the actual master page ...
1
vote
2answers
414 views
Select a menu item from Master Page
I currently have an asp Menu Control which loads a SiteMapDataSource in my Master Page. One of the site map nodes is "Tools" which opens a general "Tools.aspx" content page.
<?xml version="1.0" ...
1
vote
1answer
174 views
Master/detail using the admin in django
I've googled and looked at the docs, but haven't found anything
related to this scenario:
I got a master/detail model, defined like so:
class Master(models.Model):
title = ...
1
vote
1answer
337 views
MVC3 - Master page not available as master/layoutpage when creating view
I've saved a site.master file to my view\shared folder.
When assigning a new view to the controller I check the "use layout or master page" from the Add view dialog.
When browsing the view/shared ...
1
vote
0answers
297 views
Replication between Oracle 10G and Oracle 11G
I have to carry multimaster replication between Oracle 11G and Oracle 10g instances. Oracle 10G instance is Master Definition site. But I am facing some problem, while multimaster replication between ...
1
vote
1answer
567 views
Determine ClientID of ContentPlaceHolder in current context when adding dynamic controls
I am creating a Table Control on-the-fly, which contains a series of Labels and Dropdowns for each row of the table which also includes some javascript on the labels and dropdowns.
Dim dd As ...
1
vote
1answer
327 views
Error: “could not initailize master info structure” while doing Master Slave Replication in MySQL
I am trying to do Master Slave Replication for MySQL. When i am typing the following command:
CHANGE MASTER TO MASTER_HOST='10.1.100.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', ...
1
vote
1answer
79 views
Contaminated Remote master branch or Anti-Cherry-Pick
I have a situation where the remote repository has some "bad" commits.
e.g.
... o ---- C ---- A ---- B origin/master
Where A is bad (but B is good)
I want the remote to become...
... o ---- C ...
1
vote
2answers
2k views
SSH Key authentication failing when connecting Mac Hudson slave to Linux master
Ok, so I have Hudson (v1.393) running in an Ubuntu VM and everything's working fine.
However I'm trying to add a Mac slave to the Ubuntu master and I've run in to a few problems.
I have set up SSH ...
1
vote
1answer
2k views
Hbase 0.20.6 Can not start master exception
I'm using Hbase 0.20.6 with Hadoop 0.21.0 on Ubuntu 10.04 LTS and I got can't start master error. (The error is attached at the end of the post from the hbase-root-master-ubuntu.log file)
Does Hbase ...