svnadmin: Conflict at '/cif'

2014-08-21 Thread anatoly techtonik
Hi. Please CC. While importing a very long revision with `svnadmin load repo < rev1` I've got a message at the end: ... * adding path : cif/9/9003895.cif ... done. * adding path : cif/9/9009759.cif ... done. svnadmin: /cif svnadmin: Conflict at '/cif' What does this conflict mean? If m

Re: svnlook.py - add iterator interface

2012-05-24 Thread anatoly techtonik
Forget it - there is no API in official version of the script. It was only in mine. -- anatoly t. On Thu, May 24, 2012 at 10:49 AM, anatoly techtonik wrote: > Hi, > > It would be more handy if svnlook.py API also returned iterators to > avoid eating memory for processing every comm

svnlook.py - add iterator interface

2012-05-24 Thread anatoly techtonik
Hi, It would be more handy if svnlook.py API also returned iterators to avoid eating memory for processing every commit: http://svn.apache.org/viewvc/subversion/trunk/tools/examples/svnlook.py?revision=1295006&view=markup Please, CC. -- anatoly t.

Re: 'svn incoming'

2012-05-08 Thread anatoly techtonik
On Tue, May 8, 2012 at 6:24 PM, Stefan Sperling wrote: > On Tue, May 08, 2012 at 06:12:00PM +0300, anatoly techtonik wrote: >> As I said `svn log -r BASE:HEAD' works ok, but not everybody >> proficient enough to know about it. > > I'm not convinced that we need anot

Re: 'svn incoming'

2012-05-08 Thread anatoly techtonik
On Tue, May 8, 2012 at 6:00 PM, Andy Levy wrote: > On Tue, May 8, 2012 at 10:55 AM, anatoly techtonik > wrote: >> On Tue, May 8, 2012 at 5:43 PM, Stefan Sperling wrote: >>> On Tue, May 08, 2012 at 05:33:15PM +0300, anatoly techtonik wrote: >>>> Hi, >>

Re: 'svn incoming'

2012-05-08 Thread anatoly techtonik
On Tue, May 8, 2012 at 5:43 PM, Stefan Sperling wrote: > On Tue, May 08, 2012 at 05:33:15PM +0300, anatoly techtonik wrote: >> Hi, >> >> Mercurial has a very convenient command "hg incoming" which is >> basically "what's new" for incoming chang

'svn incoming'

2012-05-08 Thread anatoly techtonik
Hi, Mercurial has a very convenient command "hg incoming" which is basically "what's new" for incoming changes. Will it be nice to add the same capability to Subversion? `svn log -r BASE:HEAD' works ok, but not everybody proficient enough to know about it. Please, CC. -- anatoly t.

How to detect if file is out of scope of shallow checkout?

2010-07-02 Thread anatoly techtonik
Hello, How can I detect if some file is not present in current repository, because it is out of scope of shallow checkout? Please CC. Thanks. -- anatoly t.

Re: Change warning on externals checkout failure to error

2010-04-24 Thread anatoly techtonik
On Sat, Apr 24, 2010 at 4:59 PM, Stefan Sperling wrote: > On Sat, Apr 24, 2010 at 04:05:04PM +0300, anatoly techtonik wrote: >> Hello, >> >> We have an issue in Bitten [1] continuous integration system that if >> SVN fails when checking out externals, we can't

Change warning on externals checkout failure to error

2010-04-24 Thread anatoly techtonik
Hello, We have an issue in Bitten [1] continuous integration system that if SVN fails when checking out externals, we can't detect this. Therefore build process, where "svn" is essential chain link continues when it should fail. Please advise, what should be done in this case. Maybe it could be fi

Mail archive doesn't work

2010-02-12 Thread anatoly techtonik
Hello, I can't see any message in FF while browsing mail archives. When I click message header a "Loading ..." box appears and nothing happens. http://mail-archives.apache.org/mod_mbox/subversion-announce/201001.mbox/browser Please, CC. BTW, are there any Subversion archives with ability to subs

Re: relative filesystem path to local repository

2010-02-08 Thread anatoly techtonik
On Mon, Feb 8, 2010 at 11:04 PM, Ryan Schmidt wrote: > On Feb 8, 2010, at 08:41, anatoly techtonik wrote: > >> I am trying to checkout from local repository using relative file >> path, but it fails to recognize it no matter how I try: >> svn co testrepo testwc >>

relative filesystem path to local repository

2010-02-08 Thread anatoly techtonik
Hello, I am trying to checkout from local repository using relative file path, but it fails to recognize it no matter how I try: svn co testrepo testwc svn co file:///testrepo testwc svn co ./testrepo testwc svn co file://./testrepo testwc svn co file:///./testrepo testwc svn co "file:/testrepo" t

externals are not created unless depth=infinity

2009-12-28 Thread anatoly techtonik
Hello, I wonder that are the chances to get a fix for http://subversion.tigris.org/issues/show_bug.cgi?id=3311 in the next 1.6 ? If not the fix that would fetch externals for depth=immediates or depth=files or even depth=empty (if externals dir is explicitly specified) then at least information ab