conflict

Subversion - Always resolve conflicts using mine for a set of files

We've got a sizable chunk of auto-generated code that we keep around in subversion. Sometimes I'm working on a piece of the generator while another coworker is working on a different piece of the generator. One of us checks in, and the other gets the latest. Now our generated code is in conflict. Because it's generated it'll be corre...

How to merge conflicts (file project.pbxproj) in Xcode use svn?

There are 2 members in our team. We use Xcode's SCM (use SVN) to manger our source code files. We all add files to our Xcode project. He has commited to svn server. When I update, Xcode find there has conflicts in project.pbxproj file.Then I select quit Xcode and manual merge the conflicts. Then I start to edit my project.pbxproj, merge...

GIT : marking files as 'resolved'

here is the situation. I have some local files, I pull from remote branch and there are conflicts. I know that I would like to keep my local files. Is there a command I can use to in effect say "mark all conflicts as resolved, use local" ...

ASP.NET MVC 2 System.Web.Mvc.dll conflict

I have installed the ASP.NET MVC 2 RC and opened the default "example project", but get the following error: Parser Error Message: The type 'System.Web.Mvc.ViewMasterPage' is ambiguous: it could come from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mvc\2.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll' or from assembly 'C:\Doc...

How Do I Handle Conflicts in Overloaded Method Signatures?

Hi. I have a feeling this question is a can of worms but I am going to ask anyway... :) I have a method: private MembershipUser GetUserFromReader(SqlDataReader reader) And I want overload this method with a different return type: private User GetUserFromReader(SqlDataReader reader) But the compiler complains that the two method...

Intent resolution in Android

Hello community, If I want to create custom address book (which overrides my phone's default address book), and if I want it to be used by all applications, what should be my intent filter? Does Android allow me to do such a thing considering the fact that such a third-party app could potentially be malicious?! And, if I want to have ...

Can I run two web servers on the same computer?

I just found out that I can write a really simple web server using Python. I have already an Apache web server I would like to try the Python based web server on this machine. But I am afraid that I can get some kind of conflict if I try it. I mean how two web server will "decide" who needs to server a request from a client? ...

jquery plugins: localisation and facebox conflict

hello, I'm having a problem trying to get working those 2 plugins together: Localisation (for translating the javascript) and facebox (everyone knows that one right?) I can make them work separately without any problem, but when the localisation plugin is loaded and I clic on a link that launches a facebox modal, the ajax request start...

git: share the work of merging two branches

Hi, I want to merge to very diverged Git branches together. That will be a lot of work because they have several hundreds conflicts. What would be the best way, so that maybe also others can help me and also work on this merge? Normally, I am doing just the 'git merge ...' and then going through all conflicts, resolving them, then do ...

jQuery .NoConflict Script Load

Hi Guys, I am trying to use jQuery in a highly conflict environment. .noConflict() doesn't work and I am trying to do something like <script type="text/javascript"> document.write( document.write(unescape("%3Cscript src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); jQuer...

euml2 and android wont work together

i have the problem that i need an uml editor for eclipse and i think the only good one is eUml2 but i cant use it when i have installed the android plugin. when i install both with the update mechanism, their gui elements and everything else just disapears. does anybody know this problem or has any tips for me how to solve this plugin co...

Unable to merge new file from trunk to my branch

Here are my steps: switch from trunk to my branch perform a merge from a trunks subdirectory to my branch subdirectory, i.e. svn merge https:.../trunk/Class@2209 https:...branches/mybranch/Class@HEAD /Users/me/.../Class The response I get: --- Merging differences between repository URLs into '/Users/me/.../Class': C /Users/me/.../...

Can and should I run 2 versions of XCode side-by-side?

Is it possible to install the beta iPhone SDK as well as the latest "official release"? Is this even necessary, or can i just use the beta for iPhone/iPod development as well as iPad dev? ...

Better, simpler example of 'semantic conflict'?

I like to distinguish three different types of conflict from a version control system (VCS): textual syntactic semantic A textual conflict is one that is detected by the merge or update process. This is flagged by the system. A commit of the result is not permitted by the VCS until the conflict is resolved. A syntactic conflict is n...

How to get jQuery to work with Prototype

Ok so here is the situation. Been pulling my hair out on this one. I'm a noob at this. Only been using rails for about 6 weeks. I'm using the standard setup package, and my code leverages prototype helpers heavily. Like I said, noob ;) So I'm trying to put in some jQuery effects, like PrettyPhoto. But what happens is that when the pag...

What are the differences between GIT and SVN when it comes to merge conflicts solving.

I keep hearing that branching in git is so much easier than in SVN, because it's easier to merge the branch back to trunk/master. I've read some tutorials, but they only covered basic merge conflicts ("Alice changed line 8 of code.cpp and at the same time Bob changed line 8 of code.cpp...") and there are no differences between SVN and al...

Conflict between two Javascripts (MailChimp validation etc. scripts & jQuery hSlides.js)

I have two scripts running on the same page, one is the jQuery.hSlides.js script http://www.jesuscarrera.info/demos/hslides/ and the other is a custom script that is used for MailChimp list signup integration. The hSlides panel can be seen in effect here: http://theatricalbellydance.com. I've turned off the MailChimp script because it ...

How to put a div above flash file ?

Hi , I used jquery tools tooltip and i positioned icons 30 px under flash banner . The problem is when i hover icons , tooltips hide under flash banner , I gave high z-index to the tooltip div or other parent div in order position that above flash banner, but no difference . Is there any way to overcome this problem ? At the bottom pic...

SVN Commit on files changed, deleted, or added outside the svn control

I'm often changing files not from subversion, but from finder, or other sources. Recently, for example, I updated some plugins from a wordpress setup that I've created a local svn repository for, but notably, the plugins, on update are in conflict with what's in the svn. Add to that that I didn't delete or add certain files from svn, a...

Couchdb conflict resolution

How does CouchDB handles conflicts while doing bi-directional replication? For example: Lets say there are two address book databases (in server A and B). There is a document for Jack which contains contact details of Jack. Server A and B are replicated and both have the same version of Jack document. In server A, Jack's mobile no is ...