adding --include-externals to svn diff

2013-02-01 Thread Matt Hargett
To parallel the additions of --include-externals to the 'commit' and 'ls' commands, I would also like to propose adding the option to the 'diff' command. I just tested latest trunk and the option is unrecognized. Given the discussions around the previously enhanced commands, I think the reason for

Resolved: svn:externals - svn: E200009: Targets must be working copy paths

2013-02-01 Thread C M
Everything is working now as desired..I can set multiple externals with specific rev numbers attached. Thank you all for your help! Regards. Amad On Fri, Feb 1, 2013 at 12:32 PM, Daniel Shahaf wrote: > Ryan Schmidt wrote on Fri, Feb 01, 2013 at 12:29:32 -0600: > > > > On Feb 1, 2013, at 12:24,

Re: Apache Subversion 1.7.7 - svn log issues

2013-02-01 Thread Ryan Schmidt
On Jan 31, 2013, at 22:40, Ramachandran Raghavendran wrote: > I performed the very first commit into a repository and I’m running the svn > log command at the file level (svn log -v --xml --stop-on-copy @URL PATH, > where PATH represents a file). > However this syntax lists all the changes t

Re: Revision or date of a svn:external property

2013-02-01 Thread Ryan Schmidt
On Feb 1, 2013, at 02:53, Andreas Tscharner wrote: > I am trying to find out, when (revision or date) a svn:external property was > set or changed. > > I am on a Windows 7 Professional and have a few unix commands installed... > > But a simple > svn log | grep external > did not what I intende

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-02-01 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Feb 01, 2013 at 12:29:32 -0600: > > On Feb 1, 2013, at 12:24, Ryan Schmidt wrote: > > > On Feb 1, 2013, at 11:00, C M wrote: > > > >> I was able to set multiple external definitions using the --file option. > >> Worked pretty well, actually considering how challenging

Re: Default values for args to svn_cmdline_create_auth_baton

2013-02-01 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Feb 01, 2013 at 19:15:04 +0200: > Hi again! > > Ryan Vordermann wrote on Thu, Jan 31, 2013 at 13:01:19 -0700: > > Hi, > > > > My name is Ryan. I'm not subscribed to this list so I would appreciate > > being CC'ed on responses > > > > I'm working on a utility that uses

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-02-01 Thread Ryan Schmidt
On Feb 1, 2013, at 12:24, Ryan Schmidt wrote: > On Feb 1, 2013, at 11:00, C M wrote: > >> I was able to set multiple external definitions using the --file option. >> Worked pretty well, actually considering how challenging everything else has >> been so far! >> >> One last question on this to

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-02-01 Thread Ryan Schmidt
On Feb 1, 2013, at 11:00, C M wrote: > I was able to set multiple external definitions using the --file option. > Worked pretty well, actually considering how challenging everything else has > been so far! > > One last question on this topic. I want to pin the external definition to a > known

Re: Default values for args to svn_cmdline_create_auth_baton

2013-02-01 Thread Daniel Shahaf
Hi again! Ryan Vordermann wrote on Thu, Jan 31, 2013 at 13:01:19 -0700: > Hi, > > My name is Ryan. I'm not subscribed to this list so I would appreciate > being CC'ed on responses > > I'm working on a utility that uses the svn client api. Right now it works, > but I want to add support for user

Re: "svn info" does not work with symlink to different working copy

2013-02-01 Thread Daniel Shahaf
Michael Kaufmann wrote on Thu, Jan 31, 2013 at 14:06:08 +0100: > Hi all, > > I am using Subverison 1.7.8. On my disk are two Subversion working copies > (from different repositories), and one working copy contains a symlink to the > other: > > I have not found anything about this behavior in th

Re: Commit Error in conversion of types

2013-02-01 Thread Julio Palma
Hi, Dr. Hartmut, Thank for your tips, but the problem in my company was the type of filesystem that I use for the build the SVN project. After this, I changed and I migrated the repositories and don't happened again, but I agree with your tip and I go to verify this possibility and stay attent. T

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-02-01 Thread C M
Ryan: I was able to set multiple external definitions using the --file option. Worked pretty well, actually considering how challenging everything else has been so far! One last question on this topic. I want to pin the external definition to a known revision using something this shortened comman

Re: software distribution with subversion

2013-02-01 Thread Jason Keltz
Thanks to everyone who provided me with very helpful feedback re: my problem of "software distribution with subversion". I am re-evaluating the project, and how to complete it best. Thanks! Jason.

AW: Commit Error in conversion of types

2013-02-01 Thread Niemann, Hartmut
I have seen random client-side disk IO errors when our virus scanner interfered with the sqlite library used in subversion 1.7, when massive log file activity triggered a bug (which is still not fixed) in the behavioural analysis module of the virus scanner. Try to disable the virus scanner (a

Re: software distribution with subversion

2013-02-01 Thread Daniel Shahaf
The OP isn't subscribed and so probably didn't see your reply. Branko Čibej wrote on Fri, Feb 01, 2013 at 00:37:41 +0100: > I expect you've considered this option, but just to add it to the list:

Re: FreeBSD project and subversion.

2013-02-01 Thread Alfred Perlstein
On 1/31/13 12:08 PM, Stefan Sperling wrote: On Thu, Jan 31, 2013 at 10:37:14AM -0500, Alfred Perlstein wrote: FreeBSD has moved to Subversion a few years ago and it's worked very, very well for us. Thanks! That's encouraging to hear. The one area where we are having issues is merging code fro

Re: file externals inside directory externals trouble in 1.6 not 1.7 ?

2013-02-01 Thread Johan Corveleyn
On Fri, Feb 1, 2013 at 12:16 AM, Ward Willats wrote: > Hello. > > I setup some directory and file externs to prune the boost C++ library tree > for our projects. > > Like this: > > http://repo/boost/boost_dir/ boost/boost_dir/ > http://repo/boost/boostfile.cpp boost/boost_file.cpp > > (only

Revision or date of a svn:external property

2013-02-01 Thread Andreas Tscharner
Hello World, I am trying to find out, when (revision or date) a svn:external property was set or changed. I am on a Windows 7 Professional and have a few unix commands installed... But a simple svn log | grep external did not what I intended... How can I find out? Thank you and best regards F

Re: software distribution with subversion

2013-02-01 Thread Thorsten Schöning
Guten Tag Jason Keltz, am Donnerstag, 31. Januar 2013 um 23:10 schrieben Sie: > Any ideas that anyone might be able to offer? As it seems most answers vote against using Subversion and use rsync or some alternative instead, I would like to add some ideas which vote for Subversion because I use a