Re: resolving conflicts

2011-02-14 Thread Quinn Taylor
A conflict occurs when you update a file, and changes from the repository conflict with changes local to your working copy. (Incidentally, this can happen even with only one person working in a repository; I've occasionally made changes to fix different things in different working copies, then h

resolving conflicts

2011-02-14 Thread avidaicu
Hi, Just wondering how I am able to resolve this, see below (ie resolve files that are in conflict, as I am not the only one working on this project). Commit failed (details follow): Aborting commit: '/Applications/MAMP/htdocs/countryhomeideas/sites/all/ themes/city_magazine/css/city_magazine.css

Re: Resolving Conflicts or Merging in Versions

2009-12-13 Thread Asbjørn Ulsberg
On Sun, 13 Dec 2009 04:05:10 +0100, Joe Wicentowski wrote: >> Versions doesn't have a "detect rename / move" feature yet > > Wow - that would be a great feature. Indeed it is. SmartSVN has this and although everything in SmartSVN looks like it's been thrown together by a two year old and his

Re: Resolving Conflicts or Merging in Versions

2009-12-12 Thread Joe Wicentowski
Asbjørn, > If you renamed it in Finder, rename it again back to what it was and then > use Version's rename functionality. Versions doesn't have a "detect rename > / move" feature yet, so you can't really do stuff like this through the > Finder. Wow - that would be a great feature. Do you know i

Re: Resolving Conflicts or Merging in Versions

2009-12-07 Thread Asbjørn Ulsberg
If you renamed it in Finder, rename it again back to what it was and then use Version's rename functionality. Versions doesn't have a "detect rename / move" feature yet, so you can't really do stuff like this through the Finder. -Asbjørn On Mon, 07 Dec 2009 23:28:43 +0100, Andrew wrote:

Resolving Conflicts or Merging in Versions

2009-12-07 Thread Andrew
Hi, I'm new to SVN, but I've been able to get Versions working with a Beanstalk repository. Everything has been going fine, until now: I have created what SVN is calling a 'tree-conflict'; (I renamed a folder) and I can't seem to figure out how to fix it. I know there are 'merging' and 'resolv

Re: Resolving conflicts

2009-09-03 Thread TJH
Add my +1. I would love an option to launch an automatic 3-way merge with Araxis, FileMerge, etc. Many thanks for a great app that's a joy to use. Trevor On Aug 14, 11:16 am, Quinn Taylor wrote: > I've never seen SVN produce files with the names you used... I'd   > expect to see something lik

Re: Resolving conflicts

2009-08-18 Thread Ray
I believe svn produces the left/right terminology only for conflicts during merging, not updating. -Ray On Tue, Aug 18, 2009 at 9:31 AM, Quinn Taylor wrote: > They've been the same in both for me. Either the haven't changed, or this > page is out of date (nightly build for 1.6): > > > http://svn

Re: Resolving conflicts

2009-08-18 Thread Quinn Taylor
They've been the same in both for me. Either the haven't changed, or this page is out of date (nightly build for 1.6): http://svnbook.red-bean.com/nightly/en/svn.tour.cycle.html#svn.tour.cycle.resolve.pending Has anyone else seen these different suffixes? - Quinn On Aug 18, 2009, a

Re: Resolving conflicts

2009-08-18 Thread Daniel Dickison
I think svn changed the filename suffixes of conflict files around 1.5 or maybe 1.6. Newer versions use the left/right terminology. On Aug 14, 12:16 pm, Quinn Taylor wrote: > I've never seen SVN produce files with the names you used... I'd   > expect to see something like this: > > source.php >

Re: Resolving conflicts

2009-08-14 Thread Quinn Taylor
I've never seen SVN produce files with the names you used... I'd expect to see something like this: source.php source.php.mine source.php.r7 source.php.r8 (As Daniel mentioned, these map nicely to Merge, Left, Ancestor, and Right, respectively.) Where did you get the suffixes of ".working"

Re: Resolving conflicts

2009-08-14 Thread Appfire
This is cool guys. This is exactly what I was looking for. Wired how there is a small dot at the bottom of the merge window that shows you the merged file. Thanks again. On Aug 14, 9:07 am, Davey Shafik wrote: > I wrote up some directions with screenshots on how to use Filemerge   > here: > >

Re: Resolving conflicts

2009-08-14 Thread Davey Shafik
I wrote up some directions with screenshots on how to use Filemerge here: http://daveyshafik.com/archives/681-resolving-svn-conflicts-with-filemergeapp-on-os-x.html - Davey On Aug 13, 2009, at 06:11 PM, Appfire wrote: > > I am trying to understand how can I use filemerge to resolve conflict

Re: Resolving conflicts

2009-08-14 Thread Daniel Dickison
It would be nice if Versions fired up a 3-waymerge automatically on conflicts, which FileMerge supports. Alas, it doesn't so you'll have to do it manually: in FileMerge, bring up the Compare Files dialog (cmd-O). Resize this dialog using the lower right resize thumb to make it taller. This should

Resolving conflicts

2009-08-14 Thread Appfire
I am trying to understand how can I use filemerge to resolve conflicts but with very little documentation I have had no luck. If user A and user B gets code from Subversion and user a commits the change and then user B commits the change we run into out of date issue. Sometime when I update this