SVN PROBLEM

2022-02-17 Thread NICK Margeyt
Hello,Please help in solving the problem, why the authorization window for connecting to the repository does not appear, I have already tried everything possible from reinstalling SVN to updating, anyway, any user from the network can go to the repository by URL. Attached is the configuration file

RE: svnsync: E175002: REPORT request on '//!svn/rev/' failed

2018-12-28 Thread Nick Burkitt
Hi Daniel. I contacted CollabNet, and while they didn't find a solution to the svnsync problem per se, they did provide instructions for creating a local backup using "snvrdump dump" and "svnadmin load." Thanks again for your help! -Nick -Original Message

RE: svnsync: E175002: REPORT request on '//!svn/rev/' failed

2018-12-17 Thread Nick Burkitt
ts no errors. * Yes, if I repeat the sync command, it fails with the same error: E:\svn>svnsync sync file:///E:/backuprepo_01 svnsync: E175002: REPORT request on '!svn/rev/71' failed Thanks again, -Nick -Original Message- From: Daniel Shahaf [mailto:d...@daniel.

svnsync: E175002: REPORT request on '//!svn/rev/' failed

2018-12-16 Thread Nick Burkitt
21:50:05 on x86-microsoft-windows How do I go about analyzing this problem? Are there diagnostic tools? Log files? Guys who just know the answer? Thanks, -Nick

Assertion fail in svn merge 1.9.4

2016-08-28 Thread Nick
line 1595: assertion failed (! svn_path_is_url(relative)) Aborted (core dumped) Nick

(More) Easily view patches

2014-09-12 Thread Nick
the script is currently available at http://www.codesniffer.com:8080/ViewSvnPatch.sh Usage info is available by running it w/out params. Basically, from a WC directory: ViewSvnPatch.sh I hope it helps someone. Best regards, Nick

Linux exFAT checkout issue

2014-07-20 Thread Nick Chadwick
nk in this case, its the actual filesystem, not APR, which doesn't support permissions changes, but svn dies out rather than ignoring the error. Regards, -Nick

Re: Changelist support for svn patch?

2013-04-19 Thread Nick
, I'll share it. > > Ben > > > > > ______ > From: Nick > To: BRM > Cc: users ; > "d...@subversion.apache.org" > Sent: Wednesday, April 17, 2013 4:12 PM > Subject: Re: Changelist support for svn patch? >

Re: Changelist support for svn patch?

2013-04-17 Thread Nick
copy to do it. I'm using Linux, otherwise I'd just use TortoiseSVN which seems to be able to do what I describe above. > > Any how...something to think about for you. > > Ben > > P.S. Aren't "Changelists" client-side only? Yes, they are client-s

Re: Changelist support for svn patch?

2013-04-17 Thread Nick
revert it all in one shot. Am I missing something for this workflow? Is there a simpler way? How do others handle this scenario? Nick

Changelist support for svn patch?

2013-04-16 Thread Nick
The 'patch' subcommand does not seem to support applying a changelist description to the files that are part of the patch. Any plans to support this? (Should I be asking this on the dev list?) Nick

Re: Bug in mailer.py

2013-02-18 Thread Peelman, Nick
I also have a tweak with a new config line to allow you to ignore the directory inclusion on the subject line entirely (leaving only the revision (eg. r4939)), but unless you're interested, I'm willing to fight that battle another day. -nick -- Peelman, Nick n...@peelman.us On Feb 18

Bug in mailer.py

2013-02-18 Thread Peelman, Nick
{'author': repos.author, > 'repos_basename': os.path.basename(repos.repos_dir) > }) > messenger = Commit(pool, cfg, repos) Use repos.author instead of just 'author'. -nick -- Peelman, Nick n...@peelman.us smime.p7s Description: S/MIME cryptographic signature

Re: Missing file prevents submitting unrelated changelists

2013-02-06 Thread Nick
On Wed, 2013-02-06 at 00:36 +0100, Stefan Sperling wrote: > I agree it's a bug. The state of items not in the changelist shouldn't > affect commit of items in the changelist. Please file a bug so that > someone will take a look at it eventually! Thanks :) > Please don't forget to include a link to

Re: Missing file prevents submitting unrelated changelists

2013-02-05 Thread Nick
On Mon, 2013-01-28 at 21:56 +0100, Johan Corveleyn wrote: > On Mon, Jan 28, 2013 at 5:31 PM, Nick wrote: > > On Mon, 2013-01-28 at 18:03 +0200, Daniel Shahaf wrote: > >> I see, perhaps I misread your initial script. I wonder whether > >> $ svn ci --cl "Add a a

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Nick
On Mon, 2013-01-28 at 18:03 +0200, Daniel Shahaf wrote: > I see, perhaps I misread your initial script. I wonder whether > $ svn ci --cl "Add a and b" a b > works... (but no time to test right now :( ) That works--files a and b are submitted despite file c missing. Should I open a bug on this n

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Nick
in the file. This behavior seems very similar to Issue 3484: http://subversion.tigris.org/issues/show_bug.cgi?id=3484 In both cases a file *outside* the changelist is impacting the changelist. > Nick wrote on Mon, Jan 28, 2013 at 09:23:30 -0500: > > Removing a file which is sched

Missing file prevents submitting unrelated changelists

2013-01-28 Thread Nick
ated repro steps: $ svn status $ touch a b c $ svn add a b c $ svn cl "Add a and b" a b $ rm c $ svn commit --cl "Add a and b" svn: E155010: Commit failed (details follow): svn: E155010: '/home/nick/test_repo/c&#x

Re: Cannot add files which contain '@' in filename

2012-11-25 Thread Nick
the end of the path, such as > news@11@. > > http://svnbook.red-bean.com/en/1.6/svn.advanced.pegrevs.html Thanks. Is it possible/valid to specify a peg revision when adding files? If not, does it make sense for SVN to not attempt to interpret the '@' character for this operation? Nick

Cannot add files which contain '@' in filename

2012-11-25 Thread Nick
It seems like files with the '@' character in the name cannot be added to a repo. I've verified this in two different repos using SVN version 1.6.17. Here are the repro steps: nick@nimble ~/test_repo $ svn --version svn, version 1.6.17 (r1128011) compiled Feb 26 2012, 12:28

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Nick Stolwijk
My mistake. I mostly use the man pages. ;) At least I was correct about the # as comment lines. With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Tue, May 24, 2011 at 2:19 PM, Nico Kadel-Garcia

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Nick Stolwijk
In all Unix like configuration files, the # means that line is a comment. Often the value mentioned on the line is not the default, so uncommenting the line will give you the other value. With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F

Re: ERESTARTSYS (To be restarted) and "svn: Could not obtain the list of SASL mechanisms"

2011-03-22 Thread Nick Williams
OULD the server support 256, 512 and/or 1024-bit encryption, or not? Any comments would be appreciated, but at least I got it working. I'd sure like encryption stronger than 128-bit, though... Nick On Mar 21, 2011, at 11:20 PM, Nick Williams wrote: > openSUSE 11.4 > > # svnserve

ERESTARTSYS (To be restarted) and "svn: Could not obtain the list of SASL mechanisms"

2011-03-21 Thread Nick Williams
openSUSE 11.4 # svnserve --version svnserve, version 1.6.15 (r1038135) Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.apache.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository back-end (FS) m

Re: I can not do a svn checkout using SvnParentPath

2011-02-14 Thread Nick Stolwijk
You don't have a repository on /Repos, but a list view of your repositories. You cannot check out multiple repositories at once using this method. Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Mon, F

Re: Problem with SVN + Sasl2 + Auxprop + Sasldb

2011-02-08 Thread Nick Williams
e any ideas? Thanks! Nick On Feb 5, 2011, at 11:34 AM, Nick Williams wrote: > I'm new to administrating SVN, but I have read about half (the most relevant > sections) of "Version Control with Subversion" from svnbook.red-bean.com. I > spent about 3-4 hours Googling this

Problem with SVN + Sasl2 + Auxprop + Sasldb

2011-02-05 Thread Nick Williams
nect but "svn: Could not obtain the list of SASL mechanisms". However, I don't think that result is even valid yet, as I can't even successfully test my Sasl configuration. I'm hoping I'm making an obvious error that someone on this list will see. Any ideas? Thanks! Nick

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-03 Thread Nick
On Wed, 2011-02-02 at 07:52 -0500, Mark Phippard wrote: > On Wed, Feb 2, 2011 at 7:41 AM, Geoff Rowell wrote: > > On Wed, Feb 2, 2011 at 4:09 AM, Nick wrote: > >> On Tue, 2011-02-01 at 13:00 -0500, Mark Phippard wrote: > >> > >> On Wed, Jan 26, 2011 at 9:28

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Nick
) seemed to progressively slow down. But this was only observed by watching the files in the console as they were being added (it was relatively easy to see the rate because the each file name had a linear number at the end). I don't have any timings to back this up, though I'll collect some if anyone's interested. Nick

Re: how do I add support for SSL

2011-02-01 Thread Nick Upson
On 1 February 2011 12:58, Ryan Schmidt wrote: > On Feb 1, 2011, at 06:10, Nick Upson wrote: > >> I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was >> working fine (I need 1.6 for compatibity with other users) >> >> but when I do >> >&g

Re: how do I add support for SSL

2011-02-01 Thread Nick Upson
On 1 February 2011 12:34, Nico Kadel-Garcia wrote: > On Tue, Feb 1, 2011 at 7:10 AM, Nick Upson wrote: >> I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was >> working fine (I need 1.6 for compatibity with other users) >> >> but when I do &

how do I add support for SSL

2011-02-01 Thread Nick Upson
I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was working fine (I need 1.6 for compatibity with other users) but when I do svn co https://x.y.z.1/... (my repo) I now get svn: SSL is not supported In case it's a configuration issue I'm using "./configure --with-ssl --with

Re: Viewing Subversion in 3D (without glasses)

2011-01-10 Thread Nick
ordinates. > > Has some sense adding a 3rd coordinate meaning something unknown for > me at the present? > > Thanks and sorry for so abstract question. What about using the 3rd axis to show branches and/or merges? Nick

Re: 207 Multi-Status error checking out WebKit repository on Windows

2011-01-06 Thread Nick
On Wed, 2011-01-05 at 19:52 -0500, Nick wrote: > On Tue, 2011-01-04 at 17:29 -0800, Blair Zajac wrote: > > On 12/25/10 5:42 PM, Kenneth Russell wrote: > > > Hello, > > > > > > The WebKit project uses Subversion for version control and we are > > >

Re: 207 Multi-Status error checking out WebKit repository on Windows

2011-01-05 Thread Nick
> > current (non-Cygwin) Subversion binaries? > > If you try with an https URL, do you see the same issue? That will avoid any > networking issues you may be running into. > > https://svn.webkit.org/repository/webkit/trunk FYI: I successfully checked out webkit on linux using SVN 1.6.13. I'll try on Windows the next time I start it in the VM. Nick

Re: Commit fails with path not found

2011-01-03 Thread Nick
d merging, overriding and commiting, but none works. Any > ideas? Did you try svn update on the client? NIck

Re: svnadmin create and not being method agnostic

2011-01-03 Thread Nick
to the command line client that's provided by SVN? May I ask why the *nix client stores the credentials in plain text? Again, I'm open to references which explain it if this has already been covered. Nick

Re: svnadmin create and not being method agnostic

2011-01-03 Thread Nick
look like hashes, which makes sense because I use the "-m" option to htpasswd2 when creating them. What am I missing? Best regards, Nick

Re: howto replace a file with a symbolic link (without obstruct error)

2010-12-31 Thread Nick
On Thu, 2010-12-30 at 23:03 +0200, Daniel Shahaf wrote: > > > I also tried: > > > > > > svn rm a.txt > > > ln -s b.txt a.txt > > At this point you need to: > > svn add a.txt Thanks, I'll try it the next time I encounter this situation.

Re: howto replace a file with a symbolic link (without obstruct error)

2010-12-30 Thread Nick
fficial doc, > so a lot of developers could save time posting in a lot of forums > > Im a little bit frustrated,sorry. > > But anyway, wish you a happy new year :-) > > Anton I've been bumping into this same situation recently and would also like to hear how best to handle it. Nick

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Nick
tters. > > (I haven't voted yet.) While it would be great to have this fix in the next 1.6.x, I've dealt w/ this behavior for over a year, so obviously it's not critical. I really appreciate your prompt attention to this--thanks again Daniel! Best regards, Nick

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Nick
On Thu, 2010-12-30 at 21:42 +0200, Daniel Shahaf wrote: > Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > > I've updated some > > > fields, and I'll try to get around to look at it in mo

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-21 Thread Nick
On Tue, 2010-12-21 at 12:02 +0200, Daniel Shahaf wrote: > > When I read that part of the page I wasn't sure if it was a mix of > > tigris.org and apache.org, or still entirely tigris.org. Thanks for > the > > clarification. > > Fixed: > http://svn.apache.org/viewvc/subversion/site/publish/issue-

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-21 Thread Nick
On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > I've updated some > fields, and I'll try to get around to look at it in more detail some > time. I appreciate it, thanks!

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Nick
On Mon, 2010-12-20 at 17:34 -0600, Ryan Schmidt wrote: > The Subversion project still uses the tigris.org issue tracker; it > does not yet use the apache.org issue tracker. See the yellow box on > this page: > > http://subversion.apache.org/issue-tracker.html When I read that part of the page I

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Nick
On Mon, 2010-12-20 at 19:19 +0200, Daniel Shahaf wrote: > I can reproduce this with trunk: > [[[ > % cd wc1/trunk/ > % touch a b c d > % $svn add -q ? > % $svn ci -q -m add > % echo line1 >a >b > % rm c; ln -s d c > % $svn cl -q cltest a b > % $svn ci --cl cltest > subversion/svn/commit-cmd.c:156:

File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Nick
o: 1. Start with a couple modified files (a.txt & b.txt in this case): n...@nimble ~/test_repo $ ls -hl total 24K -rw-r--r-- 1 nick users 4 Sep 15 04:24 a.txt -rw-r--r-- 1 nick users 4 Sep 15 04:24 b.txt -rw-r--r-- 1 nick users 2 Sep 15 04:31 c.txt -rw-r--r-- 1

Re: ignored files

2010-12-20 Thread Nick
rsion of the doc for my query. For different queries, I see the documentation for other older versions of svn (1.4, 1.5), but I don't see the docs for 1.6 or the nightly. Nick

Re: ignored files

2010-12-19 Thread Nick
2 mycode/myimage.jpg svn commit mycode You can also ignore files so they don't show up in svn operations (like svn status). This is accomplished via the svn:ignore property. See SVN properties (http://svnbook.red-bean.com/en/1.1/ch07s02.html) for more info. Nick

Re: SSL Error

2010-12-18 Thread Nick
I > have the same problem. :-( There's an ongoing thread about this issue on the TSVN mailing list which contains more info and a workaround. The latest of the thread is here: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2691649 Nick

Re: SSL Error

2010-12-17 Thread Nick
certificate validation error) and then the operation succeeded. The problem still exists in the latest version of TortoiseSVN (which claims to be linked against svn 1.6.15), but I will take that up w/ the TortoiseSVN folks. Thanks again! Nick On Thu, 2010-12-16 at 19:17 +0100, Stefan Sperling

SSL Error

2010-12-16 Thread Nick
uct svn to accept the certificate even though it's not completely valid? Any other suggestions? TIA, Nick

Re: alternative to CVS magic branches

2010-12-16 Thread Nick Stolwijk
vious commit. So it may break your branch if automerged. I don't think any solution of this kind makes sense. With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu, Dec 16, 2010 at 3:18 PM, Bob A

Re: Archiving Projects (End-Of-Life)

2010-12-14 Thread Nick Stolwijk
You cannot easily refactor code into seperate modules, used by multiple projects, with keeping of history. Another easy one. ;) Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Tue, Dec 14, 2010 at 11:02 AM

Re: SVN Statistics

2010-12-10 Thread Nick Stolwijk
Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Fri, Dec 10, 2010 at 5:46 AM, Gavin Beau Baumanis wrote: > Hi Everyone, > > I have been asked for some statistics about our code base and am hoping that > s

Re: SVN Statistics

2010-12-10 Thread Nick Stolwijk
You could make a git clone of your Subversion repository. git log --numstat shows the lines added and deleted per commit (revision). Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Fri, Dec 10, 2010 at 1:15 PM

Re: Problem checking out when # in URL

2010-12-09 Thread Nick Stolwijk
Have you tried replacing the '#' with '%23'? Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu, Dec 9, 2010 at 12:01 PM, Caroline Warren wrote: > Hi, > > > > I am looki

Re: meaningful error messages in http

2010-12-08 Thread Nick Stokes
e is any one out there for who these messages are essential. (your guess number 0.1% may be optimistic :) Nick

Re: meaningful error messages in http

2010-12-07 Thread Nick Stokes
On Tue, Dec 7, 2010 at 1:11 PM, Andy Levy wrote: > On Tue, Dec 7, 2010 at 11:59, Nick Stokes > wrote: > > Hi all, > > > > I am serving our repositories over https, using Apache 2.2, via > mod_dav_svn, > > also using mod_authz_svn for per directory access co

meaningful error messages in http

2010-12-07 Thread Nick Stokes
xpected return value (403 Forbidden) in response to MKACTIVITY request for '/svn/site-macros/!svn/act/d5936c16-fd56-4f62-a9f1-b1285bea6c7' Thanks for any leads, Nick

Re: Use of kdiff3

2010-11-08 Thread Nick Stolwijk
= svndiffwrapper Then it will use the script to execute kdiff3. [1] http://www.yolinux.com/TUTORIALS/src/svndiffwrapper.txt Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Mon, Nov 8, 2010 at 12:52 PM, Giulio Troccoli wrote: > L

Re: Need advice on when to commit and how many commits to issue when multiple files changed

2010-10-13 Thread Nick Stolwijk
refers to one jira issue. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, Oct 13, 2010 at 8:25 AM, LiuYan 刘研 wrote: > Hi all, > > I'm new to subversion. I used CVSNT before. > > Because a single svn commit wi

Re: Sending attachments in email using mailer.py script

2010-10-06 Thread Nick Stolwijk
You can checkout the file to /tmp and include it from there. You cannot reference a file in your repository with a file path. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Thu, Oct 7, 2010 at 12:58 AM, Tech Geek wrote: > I gu

Re: Getting started with subversion

2010-07-14 Thread Nick Stolwijk
tory. [1] http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, Jul 14, 2010 at 11:05 PM, Andy Levy wrote: > On Wed, Jul 14, 2010 at 16:51, Thomas Garrod wrote: >> Tha

Failing connection between SVN client and server

2010-06-22 Thread Nick Stolwijk
Collabnet Apache by Collabnet Windows 2003 Server Our server does not talk SSL and authenticates against a Active Directory through LDAP. What can cause these connection errors? Can someone give me some pointers to look at? With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterwe

Re: Win7 Integartion issue

2010-04-27 Thread Nick Stolwijk
Which binary did you download? The one for Subversion or the one for TortoiseSVN? They are different projects. The correct download for TortoiseSVN is: http://downloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.6.8.19260-x64-svn-1.6.11.msi?download Hth, Nick Stolwijk ~Java Developer~ IPROFS BV

Re: Doubts - SVN.

2010-04-27 Thread Nick Stolwijk
Take a look at the website [1], there you will find the binary packages [2] and a link to one of the manuals [3]. [1] http://subversion.apache.org [2] http://subversion.apache.org/packages.html [3] http://svnbook.red-bean.com/ Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125