Re: svn diff of working copy file to unrelated branch file

2012-06-29 Thread Ryan Schmidt
On Jun 29, 2012, at 16:38, jwenn...@rockwellcollins.com wrote: > The svn diff syntax you provided works exactly as expected. > > I would suggest adding this to the online subversion manual at > http://svnbook.red-bean.com/en/1.7/index.html. > > "At this point, the wise thing to do is look a

Issue #2243 still exists with svn 1.6.17

2012-06-29 Thread Alan McGovern
Hey, We use libsvn in our project and have hit an issue [0] which appears to be a recurrence of libsvn bug #2243 [1]. Essentially we invoke 'svn_client_add3' and pass false for no_ignore but files in the ignore list are still added to the repository. Invoking "svn add thatfile" from the command

Re: svn diff of working copy file to unrelated branch file

2012-06-29 Thread jwenners
Sorry, this is the e-mail client we have here at work. I'm not a fan of it, but its what we have to use. I want to thank you for solving the problem. The svn diff syntax you provided works exactly as expected. I would suggest adding this to the online subversion manual at http://svnbook.red-b

bug in "Undoing Changes" functionality of merge -c -N?

2012-06-29 Thread Nairn Baliber
Hi. I am running Subversion version 1.6.4 on a rhel5 system. Unfortunately, I don't have admin access to my machine (it's a box in an academic department), but colleagues have reproduced this behavior on newer versions of Subversion. The bug question I have is also posted at the following link,

Re: svn diff of working copy file to unrelated branch file

2012-06-29 Thread Johan Corveleyn
[ Replying back to the users@ list. Please use 'reply all' to keep the discussion on the list. Also, if possible, please use plain text emails, and do not top post (i.e. put your reply at the bottom of the thing you're replying to, or inline). More below ... ] > On Thu, Jun 28, 2012 at 10:59 PM,

Re: Subversion Exception!

2012-06-29 Thread Andy Levy
On Thu, Jun 28, 2012 at 10:37 PM, 280602 wrote: > Hi, > > I just got this error, the program asking me to send ask directly to the > mailing list: It also asked you to described what you were doing when the exception occurred. > --- > Subversion Exception! > -

Re: svn diff of working copy file to unrelated branch file

2012-06-29 Thread Johan Corveleyn
On Thu, Jun 28, 2012 at 10:59 PM, wrote: > > Here is the scenario: > > User 1 >    1. create branches/X >    2. svn checkout branches/X to local machine >    3. modify file.txt >    4. commit changes > > > Another user, User 2, >    5. create branches/Y >    6. svn checkout branches/Y to his local