Re: Need to subscribe SVN group.

2012-02-02 Thread Lorenz
Sachin Gurumukhi wrote: >[nothing] go to http://subversion.apache.org/mailing-lists.html for instructions -- Lorenz

Need to subscribe SVN group.

2012-02-02 Thread Sachin Gurumukhi
Regards, Sachin Gurumukhi DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you ar

Re: Does 'svnamin load' invalidate existing working directories?

2012-02-02 Thread Sam Johnson
On Thu, Feb 2, 2012 at 2:48 PM, Konstantin Kolinko wrote: > 2012/2/2 Sam Johnson : > > I recently used svn dump / svndumpfilter to extract a partial path from > one > > repository. The dump was created successfully, and I dropped empty revs > and > > renumbered revs. > > > > I used 'svnadmin load

Re: Does 'svnamin load' invalidate existing working directories?

2012-02-02 Thread Konstantin Kolinko
2012/2/2 Sam Johnson : > I recently used svn dump / svndumpfilter to extract a partial path from one > repository. The dump was created successfully, and I dropped empty revs and > renumbered revs. > > I used 'svnadmin load --ignore-uid MyRepo < test.dump' to load the dump into > an existing reposi

Re: check-mime-type, Windows client, non-ASCII path

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 08:12:52PM +0100, Ignacio González (Eliop) wrote: > OK, I'll investigate further. > Just to summarize, I have a problem and a no-problem: > > Problem: how to use the aforementioned check-mime-type with 'accented' files > checked-in from Windows clients. This is exactly wha

Re: check-mime-type, Windows client, non-ASCII path

2012-02-02 Thread Eliop
Hello, Stefan. El 2 de febrero de 2012 10:33, Stefan Sperling escribió: > On Wed, Feb 01, 2012 at 09:00:39AM +0100, Ignacio González (Eliop) wrote: > > Clients: Windows-XP, Windows 7, svn 1.6.16 (Spanish) > > Server: Linux (CentOS), svn 1.6.16 (Spanish) > > > > Repository created OK > > Hundreds

Re: svnadmin restore question

2012-02-02 Thread Les Mikesell
On Thu, Feb 2, 2012 at 12:26 PM, Maureen Barger wrote: > Hello - in creating an iteration in Subversion 1.5.1 I inadvertently deleted > the source after I created the new iteration. I was able to rename the new > iteration to the old, but in the process lost the branches directory. I have > a back

svnadmin restore question

2012-02-02 Thread Maureen Barger
Hello - in creating an iteration in Subversion 1.5.1 I inadvertently deleted the source after I created the new iteration. I was able to rename the new iteration to the old, but in the process lost the branches directory. I have a backup from a point in time before the iteration was deleted but am

Does 'svnamin load' invalidate existing working directories?

2012-02-02 Thread Sam Johnson
I recently used svn dump / svndumpfilter to extract a partial path from one repository. The dump was created successfully, and I dropped empty revs and renumbered revs. I used 'svnadmin load --ignore-uid MyRepo < test.dump' to load the dump into an existing repository. The repo had 19 revisions be

Re: Apache directives to avoid DDOS

2012-02-02 Thread Stefan Sperling
On Mon, Jan 30, 2012 at 03:56:52PM +0100, Nouha Terzi wrote: > Hi, > > As suggested here: > https://community.qualys.com/blogs/securitylabs/2011/11/02/how-to-protect-against-slow-http-attacks > Modifying those directives can protect against slow HTTP attacks and make > the attacks more difficult t

Re: Assertion failure in svn.exe

2012-02-02 Thread Philip Martin
Markus Schaber writes: > During my tests to reproduce my tree conflict, I found an assertion failure > in svn.exe: > > D:\TreeConflict>svn status wc > svn: E235000: In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.4\ext\subversion\subversion\svn\status.c' > line 200: assertion failed (tr

AW: Problem with reverting

2012-02-02 Thread Markus Schaber
Hi, Philip, Von: Philip Martin [mailto:philip.mar...@wandisco.com] Markus Schaber writes: >>> Can you describe in detail how the tree conflict came about? >> >> I tried to create a self-contained example, but it seems that, in >> those examples, the conflict comes out differently, I cannot get

Assertion failure in svn.exe

2012-02-02 Thread Markus Schaber
Hi, During my tests to reproduce my tree conflict, I found an assertion failure in svn.exe: D:\TreeConflict>svn status wc svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.4\ext\subversion\subversion\svn\status.c' line 200: assertion failed (tree_conflict != NULL) I attached

Re: AW: Problem with reverting

2012-02-02 Thread Philip Martin
Markus Schaber writes: >> Can you describe in detail how the tree conflict came about? > > I tried to create a self-contained example, but it seems that, in > those examples, the conflict comes out differently, I cannot get the > tree conflict to appear. I added an example to the issue: http://

AW: Problem with reverting

2012-02-02 Thread Markus Schaber
Hi, Stefan, Von: Stefan Sperling [mailto:s...@elego.de] > As given your example is a bit hard to follow because there are multi-layer > operations involved. I am not sure how to interpret the replacement. What did > the directory look like before it was replaced? > Is this during merge or upda

Re: problem getting files from history

2012-02-02 Thread Richard Cavell
svn list http://server/svn/repo-global/trunk/a_file.txt@100 - Original Message - From: Schroeder, Hartmut Sent: 02/02/12 08:28 PM To: Subversion Users (users@subversion.apache.org) Subject: problem getting files from history Hi all, say, a file exists in revision 100 and in HEAD-Revison:

Re: Problem with reverting

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 10:27:23AM +, Markus Schaber wrote: > > That can be done. It requires reworking how the 'revert' operation in > > libsvn_wc processes its arguments. We'd need to pass it a list, rather than > > a single path and adapt the code to handle this properly. > > This implies

Re: problem getting files from history

2012-02-02 Thread Ulrich Eckhardt
Am 02.02.2012 11:28, schrieb Schroeder, Hartmut: svn del http://server/svn/repo-global/trunk/a_file.txt Committed revision 200 Now the file is not visible in r100 (it looks to the head): svn list -r 100 http://server/svn/repo-global/trunk/a_file.txt svn: '/svn/repo-global/!svn/bc/200/trunk/a_fi

Re: error "does not overlap target's URL" in eclipse during relocate

2012-02-02 Thread Ulrich Eckhardt
Am 02.02.2012 11:08, schrieb Konstantin Petrukhnov: Not sure if this right place ask about subversion issue in eclipse. I think it is, as this is a general Subversion issue, too. I tried to relocate svn repo in Eclipse (). Wait: You tried to relocate a working copy, not a repository. The

problem getting files from history

2012-02-02 Thread Schroeder, Hartmut
Hi all, say, a file exists in revision 100 and in HEAD-Revison: svn list -r 100 http://server/svn/repo-global/trunk/a_file.txt a_file.txt svn list http://server/svn/repo-global/trunk/a_file.txt a_file.txt The file is deleted: svn del http://server/svn/repo-global/trunk/a_file.txt Committed revi

AW: Problem with reverting

2012-02-02 Thread Markus Schaber
Hi, Stefan, Von: Stefan Sperling [mailto:s...@elego.de] > On Thu, Feb 02, 2012 at 08:24:47AM +, Markus Schaber wrote: > > I did create issue http://subversion.tigris.org/issues/show_bug.cgi?id=4109 > > for this case. > Thanks! > > My personal wish would be that operations like revert and c

error "does not overlap target's URL" in eclipse during relocate

2012-02-02 Thread Konstantin Petrukhnov
Hello Not sure if this right place ask about subversion issue in eclipse. I tried to relocate svn repo in Eclipse (). And after entering new one, I got error message: Invalid relocation svn: invalidSourceURL prefix: 'http://svnserver.local/svn/repo' (does not overlap target's URL) 'http://svnserve

Re: check-mime-type, Windows client, non-ASCII path

2012-02-02 Thread Ulrich Eckhardt
Am 02.02.2012 08:37, schrieb Ignacio González (Eliop): I cannot imagine a sensible way of using svn mv with the files that are already checked-in with Windows clients and want to check out from Linux clients. Is there some way to force the Linux server / svn server / svn hooks to use the 'Window

Re: Problem with reverting

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 08:24:47AM +, Markus Schaber wrote: > I did create issue http://subversion.tigris.org/issues/show_bug.cgi?id=4109 > for this case. Thanks! > My personal wish would be that operations like revert and commit work > for all constellations even with "--depth=empty" if we

Re: check-mime-type, Windows client, non-ASCII path

2012-02-02 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 09:00:39AM +0100, Ignacio González (Eliop) wrote: > Clients: Windows-XP, Windows 7, svn 1.6.16 (Spanish) > Server: Linux (CentOS), svn 1.6.16 (Spanish) > > Repository created OK > Hundreds of revisions already checked-in OK > Hook "check-mime-type" (bash) added in server >

AW: Problem with reverting

2012-02-02 Thread Markus Schaber
Hi, Stefan, Von: Stefan Sperling [mailto:s...@elego.de] On Wed, Feb 01, 2012 at 03:27:13PM +, Markus Schaber wrote: > > I have a directory foo with tree conflict: local add of foo and a file > > foo/bar, and then an update trying to add the same foo and foo/bar. Now, I > > try to revert us