Tagged Questions

0
votes
0answers
9 views

fluent nhibernate collation conflict

hi, really struggling to resolve this issue. using nhibernate Im trying to join two different tables from two different databases but im getting a collation conflict error. To res …
2
votes
2answers
56 views

How is this a conflict

Hi, i'm just testing git to find out if i could use it for my work. I ran into a problem that seems small but could become a real one with the real code. My file looks like: text.t …
1
vote
3answers
136 views

How can I delete Perforce changelist items erroneously marked as in conflict?

I have a couple of .refresh files that have somehow found their way into my perforce default pending changelist and from there somehow started showing as being in conflict with the …
2
votes
4answers
76 views

How to make HTML written by users on a site, not conflict with the site’s stylesheets?

I have a website that allows a user to create blog posts. There are some backlisted tags but most standard HTML tags are acceptable. However, I'm having issues with how the pages …
2
votes
3answers
146 views

jQuery $(document).ready(); declaring all the functions in it

Explanation: i have few objects and im declaring them inside $(document).ready(). WHY? because in thous objects i have many jquery methods $(..), obviously they can work outside t …
3
votes
2answers
79 views

Git merge and resolve any conflicts to current branch.

So I have my master branch, along with branch 'bob'. I've made many changes in both and now I want merge master into bob to keep him updated. The only thing is, if there is a conf …
2
votes
2answers
187 views

Lag problem with jQuery focus() and blur() events.

I'm attempting to create a navigation menu that uses some jQuery. I wanted keyboard users to be able to have the same experience as mouse users, so I'm duplicating the functionalit …
0
votes
2answers
40 views

How a conflict is resolved in dynamic linking

XYZ.dll defines a global variable int x. ABC.c also defines the same global variable int x. How can one link XYZ.dll to ABC.exe? How is this conflict in global namespace resolved?
0
votes
2answers
28 views

Conflict btw two mootools version files

I have one videobox that acts like a lightbox for displaying video using mootools.js file and I am trying to integrate in my web page a menu using mootools-1.2.1-core-nc.js. Is the …
1
vote
3answers
76 views

how to solve jquery and mootoools conflict

I use < script type="text/javascript" src="jquery-1.2.2.pack.js"> < /script> to load jquery and then load an external script that contains these : var jkpanel={ co …
0
votes
2answers
30 views

Merge tool capable of merging conflicting changes

I'm currently using TortoiseSVN to do a merge of two branches and I've found that its not smart enough to handle a specific merging senario. In one branch I have a method as follo …
0
votes
1answer
15 views

Exposing a same class twice using WCF

Hi, I have a 2 WCF services that are exposing the same object. Lets say the first service (SerA) exposes a class (classA) and the second service (SerB) which adds the filled clas …
0
votes
1answer
122 views

Xcode and SCM conflict error.

I am getting this following error even though i am the only person working on this project. > Error: 155015 (A conflict in the working copy obstructs the current operation) Des …
3
votes
3answers
739 views

Weird Chrome prototype/jQuery conflict

We have an application with legacy code that relies on prototype, but we've found it to be too 'heavy' for most of the places we want to use it and and have found jQuery to be a be …
1
vote
1answer
40 views

Which SCM/VCS cope well with moving text between files?

We are having havoc with our project at work, because our VCS is doing some awful merging when we move information across files. The scenario is thus: You have lots of files tha …

1 2 3 4 next
15 30 50 per page