Betr.: RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread Jan Keirse
David Aldrich david.aldr...@eu.nec.com schreef op 20/01/2011 10:24:28: Hi Jan I've changed my mind, there is something that may be better than externals, although it requires a little trick. You should be able to create a commit hook that checks if the authz file reflects the

RE: Betr.: Re: svnadmin load a huge file

2011-01-20 Thread Cooke, Mark
-Original Message- From: Victor Sudakov [mailto:suda...@sibptus.tomsk.ru] Sent: 20 January 2011 08:18 Subject: Re: Betr.: Re: svnadmin load a huge file Colleagues, I have finally completed a test cvs2svn conversion on an amd64 system. The peak memory requirement of svnadmin

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread JamieEchlin
Stephen Butler wrote: On the command line, try svn help update (for instance). It's also in the SVN Book's command reference chapter, under the given 'svn' subcommand: There is docn for the letters for status and for update, but I haven't found anything for the output from

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Steve Cohen
On 01/20/2011 04:28 AM, JamieEchlin wrote: Stephen Butler wrote: On the command line, try svn help update (for instance). It's also in the SVN Book's command reference chapter, under the given 'svn' subcommand: There is docn for the letters for status and for update, but I haven't

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread JamieEchlin
G means merGed by the way, however it would be good to see docn for the letters for tree and property conflicts and everything else. -- View this message in context: http://old.nabble.com/Letters-at-beginnings-of-columns-of-svn-output-tp30714345p30718182.html Sent from the Subversion Users

Re:

2011-01-20 Thread Alexey Bakhirkin
2011/1/7 Altaf-Hussain Sayyed altafhsay...@yahoo.com: Hi, Can I install subversion system on my own web hosting having WINDOWS and IIS. Please guide. Thanks and regards, ALTAF AFAIK you cannot serve subversion with IIS. You'll have to use apache or svnserve (see also

Re: request for new feature

2011-01-20 Thread Alexey Bakhirkin
2011/1/6 georgi.niko...@orakgroup.com: Dear Sirs Is there a way to make SVN in Windows OS automatically add new-created files which are in the monitor list. This will be very helpful and useful because there are many times in which not all the files made by someone are added because some of

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Stephen Butler
On Jan 20, 2011, at 12:01 , Steve Cohen wrote: On 01/20/2011 04:28 AM, JamieEchlin wrote: Stephen Butler wrote: On the command line, try svn help update (for instance). It's also in the SVN Book's command reference chapter, under the given 'svn' subcommand: There is

Re:

2011-01-20 Thread Andy Levy
On Thu, Jan 20, 2011 at 06:03, Alexey Bakhirkin abakhir...@gmail.com wrote: 2011/1/7 Altaf-Hussain Sayyed altafhsay...@yahoo.com: Hi, Can I install subversion system on my own web hosting having WINDOWS and IIS. Please guide. Thanks and regards, ALTAF AFAIK you cannot serve

Re: Betr.: Re: svnadmin load a huge file

2011-01-20 Thread Johan Corveleyn
On Thu, Jan 20, 2011 at 9:18 AM, Victor Sudakov suda...@sibptus.tomsk.ru wrote: Colleagues, I have finally completed a test cvs2svn conversion on an amd64 system. The peak memory requirement of svnadmin during the conversion was 9796M SIZE, 1880M RES. The resulting SVN repo size is 8.5G on

Re: Betr.: RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread Johan Corveleyn
On Thu, Jan 20, 2011 at 10:41 AM, Jan Keirse jan.kei...@tvh.be wrote:  David Aldrich david.aldr...@eu.nec.com schreef op 20/01/2011 10:24:28: Hi Jan I've changed my mind, there is something that may be better than externals, although it requires a little trick. You should be able to

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Steve Cohen
On 01/20/2011 05:19 AM, Stephen Butler wrote: A 'C' in the third column indicates a tree conflict, while a 'C' in Thanks, Stephen. While we're on the subject, can you tell me succinctly what is the exact definition of a tree conflict? This used to drive me nuts when I used the

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Mark Phippard
See this blog post: http://blogs.collab.net/subversion/2010/11/resolving-tree-conflicts On Thu, Jan 20, 2011 at 8:38 AM, Steve Cohen sco...@javactivity.org wrote: On 01/20/2011 05:19 AM, Stephen Butler wrote:   A 'C' in the third column indicates a tree conflict, while a 'C' in Thanks,

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Ulrich Eckhardt
For each merged item a line will be printed with characters reporting the action taken. These characters have the following meaning: A Added D Deleted U Updated C Conflict G Merged E Existed R Replaced What is Existed? Uli -- ML:

set-depth fails after mv

2011-01-20 Thread Paul Maier
Hello! svn up --set-depth infinity fails to load a file from the repository into the WC, when the directory previously has only partially been checked out and has been copied and has not been checked in yet. At the end of this reproduction script I would expect file a to be present in

svn co --native-eol LF ?

2011-01-20 Thread Paul Maier
Hi there, I have some files in the repo with svn:eol-style=native. With svn export I have the argument --native-eol, how to treat this. Is there a way to do something similar with svn co? I mean to create a working copy, with the files having other than the system's native file ending? (I know,

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Cecil Westerhof
Op woensdag 19 jan 2011 09:40 CET schreef shriniva...@collab.net: SVNSERVE_OPTIONS=-d -r /srv/svn/repos But this means that I can only make changes on the system svnserve is running on. Is there a safe way to have the possibility to change the files on 'all' systems? We can commit files

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Johan Corveleyn
On Thu, Jan 20, 2011 at 1:31 PM, Cecil Westerhof cecilwester...@xs4all.nl wrote: Op woensdag 19 jan 2011 09:40 CET schreef shriniva...@collab.net: SVNSERVE_OPTIONS=-d -r /srv/svn/repos But this means that I can only make changes on the system svnserve is running on. Is there a safe way to

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Christian Unger
it's gone now :-) On 20.01.2011, at 15:09, Ulrich Eckhardt wrote: For each merged item a line will be printed with characters reporting the action taken. These characters have the following meaning: A Added D Deleted U Updated C Conflict G Merged E Existed

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Stefan Sperling
On Thu, Jan 20, 2011 at 04:44:59PM +0100, Cecil Westerhof wrote: Op donderdag 20 jan 2011 15:40 CET schreef Johan Corveleyn: One question remains (again not very important, because I am the only working on it at the moment, but when it expands, I should know what I am doing). What is mend

Re: svn co --native-eol LF ?

2011-01-20 Thread Daniel Shahaf
Paul Maier wrote on Thu, Jan 20, 2011 at 01:47:08 +0100: Where does svn determine, what the system's setting is for native and can I change this setting as an end user? Is it in a config file? You'd have to recompile.

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Jan 20, 2011 at 16:24:21 +0100: On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote: What is Existed? $ svn up svn: Failed to add directory 'foo': an unversioned directory of the same name already exists $ svn up --force Efoo Updated to

Re: Broken URLs in Subversion README files

2011-01-20 Thread Daniel Shahaf
Oftenwrong Soong wrote on Mon, Jan 17, 2011 at 15:22:16 -0800: Hi all, Not sure if this is considered a bug that needs reporting... Many of the README files contained within Subversion's source distribution contain references to the old http://subversion.tigris.org/ URLs. For example,

Re: Betr.: RE: Betr.: RE: Questions about svn:externals

2011-01-20 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jan 20, 2011 at 13:40:49 +0100: If someone decides to put a lot of effort in this for a custom solution, you may want to consider another option: to take a good look at issue http://subversion.tigris.org/issues/show_bug.cgi?id=2662 (authz with wildcards), and try

Re: Betr.: Re: svnadmin load a huge file

2011-01-20 Thread Daniel Shahaf
That's not a nice result, but I think I said somewhere in this thread that there are known memory-usage bugs in svnadmin dump/load. Which means the fix (as opposed to 'workaround') to this issue is to have someone (possibly you or someone you hire) look into those bugs. With a bit of luck, this

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread JamieEchlin
Stefan Sperling-7 wrote: This cannot happen during merge though, so the help text for merge shouldn't be listing it. It happens all the time?! You merge changelists that contain added files, however the file can't be added because an unversioned file with the same path already exists

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Cecil Westerhof
Op donderdag 20 jan 2011 16:57 CET schreef Stefan Sperling:    # default options for the svnserve process    # it is recommended to provide only readonly access to your data.    # there is no authentication possible, everyone can read and write at will    # read the subversion documentation

Re: Betr.: Re: svnadmin load a huge file

2011-01-20 Thread Johan Corveleyn
On Thu, Jan 20, 2011 at 6:11 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: Victor Sudakov wrote on Thu, Jan 20, 2011 at 14:18:00 +0600: Colleagues, I have finally completed a test cvs2svn conversion on an amd64 system. The peak memory requirement of svnadmin during the conversion was

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Stefan Sperling
On Thu, Jan 20, 2011 at 06:56:21PM +0200, Daniel Shahaf wrote: Stefan Sperling wrote on Thu, Jan 20, 2011 at 16:24:21 +0100: On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote: What is Existed? $ svn up svn: Failed to add directory 'foo': an unversioned directory of the

Re: Letters at beginnings of columns of svn output

2011-01-20 Thread Stefan Sperling
On Thu, Jan 20, 2011 at 09:22:43AM -0800, JamieEchlin wrote: Stefan Sperling-7 wrote: This cannot happen during merge though, so the help text for merge shouldn't be listing it. It happens all the time?! You merge changelists that contain added files, however the file can't

Re: Possibility to commit from 'all' systems

2011-01-20 Thread Stefan Sperling
On Thu, Jan 20, 2011 at 06:46:15PM +0100, Cecil Westerhof wrote: Op donderdag 20 jan 2011 16:57 CET schreef Stefan Sperling:    # default options for the svnserve process    # it is recommended to provide only readonly access to your data.    # there is no authentication possible,

Re: log -g regression in 1.6.15?

2011-01-20 Thread kmradke
Stefan Sperling s...@elego.de wrote on 12/16/2010 03:11:03 PM: On Thu, Dec 16, 2010 at 02:50:27PM -0600, kmra...@rockwellcollins.com wrote: I have observed some regressions with log -v -g --xml http://server/repo/path output in 1.6.15 that were not present in 1.6.13. I see a lot

Re: I can not do a svn commit

2011-01-20 Thread Ryan Schmidt
On Jan 20, 2011, at 08:58, Daniela Rivas wrote: On Wed, Jan 19, 2011 at 8:17 PM, Ryan Schmidt wrote: Please confirm these points from above: * You are able to see the correct updated content by running svn cat http://localhost/prueba/trunk/index.html; on the command line. * You are able

Re: log -g regression in 1.6.15?

2011-01-20 Thread kmradke
kmra...@rockwellcollins.com wrote on 01/20/2011 02:26:02 PM: Stefan Sperling s...@elego.de wrote on 12/16/2010 03:11:03 PM: On Thu, Dec 16, 2010 at 02:50:27PM -0600, kmra...@rockwellcollins.com wrote: I have observed some regressions with log -v -g --xml http://server/repo/path

svn co --native-eol LF ?

2011-01-20 Thread Paul Maier
Hi Daniel, thank you for having replied. Wouldn't svn co --native-eol PAR be a nice feature for the future? I work with Cygwin on a Windows machine, and with this I could have WCs for both environments with the same binaries. The flag could be stored somewhere in the WC's data. What do you

AW: set-depth fails after mv

2011-01-20 Thread Paul Maier
Hi Stefan, thanks for your answer. svn list -v -r HEAD 2 % file a is in the repository ... Here, svn list traverses copy history, and shows the contents of directory '1' in the repository. It doesn't show '2'. [...] You might argue that this is a special case because '2' is a

how to find out from where a file has been copied

2011-01-20 Thread Paul Maier
Hi, a question. Imagine the following: svn mv 1 a svn mv 2 b svn cp -r 456 3 c then modify the files for a while. svn st will output something like: D 1 D 2 A+ a A+ b A+ c How do I see if file a came from 1 or from 2? How do I see from which revision of file 3 came file c? After the

Re: how to find out from where a file has been copied

2011-01-20 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 03:26:49AM +0100, Paul Maier wrote: Hi, a question. Imagine the following: svn mv 1 a svn mv 2 b svn cp -r 456 3 c then modify the files for a while. svn st will output something like: D 1 D 2 A+ a A+ b A+ c How do I see if file a came from 1 or

Encoding of svn log on Windows

2011-01-20 Thread Samuel Langlois
Hello I would like to know (and hopefully set!) the encoding used by svn log. (I know about the --xml option, which works fine, but it is not easily readable by a human.) From what I see, it outputs ISO8859-1, so European àcçeñts are OK, but Japanese, Chinese, etc. characters are output as

Re: Encoding of svn log on Windows

2011-01-20 Thread Ryan Schmidt
On Jan 20, 2011, at 12:40, Samuel Langlois wrote: I would like to know (and hopefully set!) the encoding used by svn log. (I know about the --xml option, which works fine, but it is not easily readable by a human.) From what I see, it outputs ISO8859-1, so European àcçeñts are OK, but