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
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
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
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,
[ 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,
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!
> -
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