Can not do autoimic commit for deleted forlder and modification in some other folders/ files.

2011-11-24 Thread Sachin Deshpande
Hello, I am using SVN command line client 1.6.2 on windows. I have following folder structure Trunk Folder1 File1

Re: Can not do autoimic commit for deleted forlder and modification in some other folders/ files.

2011-11-24 Thread Ryan Schmidt
On Nov 24, 2011, at 01:47, Sachin Deshpande wrote: I have perform following local operations changed Folder1’s property. Modified File1 Deleted Folder2 I would like to do the commit of following Property change in Folder1 Deleted Folder2 But don’t

Re: Can not do autoimic commit for deleted forlder and modification in some other folders/ files.

2011-11-24 Thread Giulio Troccoli
On 24/11/11 07:47, Sachin Deshpande wrote: Hello, I am using SVN command line client 1.6.2 on windows. I have following folder structure Trunk Folder1 File1

RE: Can not do autoimic commit for deleted forlder and modification in some other folders/ files.

2011-11-24 Thread Sachin Deshpande
Hello Giulio, Thank you very much for your prompt reply. I have found a document on net that says changelists work with files and not with Folders. Also tested it, svn cl skips folders. The output message is Skipped 'foldername'

Apache and subversion per directory authorizations with different group source.

2011-11-24 Thread Dolf Andringa
Dear people, I have setup Apache 2.2 and subversion. I'm using an Apache module for authentication and authzsvnaccess to define groups an manage per directory authorizations for them. But this requires me to define the groups and memberships in the authzsvnaccess file. I already have setup a

Re: Apache and subversion per directory authorizations with different group source.

2011-11-24 Thread Jan Keirse
2011/11/24 Dolf Andringa dandri...@proigia.nl Dear people, I have setup Apache 2.2 and subversion. I'm using an Apache module for authentication and authzsvnaccess to define groups an manage per directory authorizations for them. But this requires me to define the groups and memberships

Re: [ANN] SubGit Early Access Program Build #789

2011-11-24 Thread Nico Kadel-Garcia
On Tue, Nov 22, 2011 at 10:17 AM, Alexander Kitaev kit...@tmatesoft.com wrote: Hello All, Let me introduce our new project: SubGit (http://subgit.com/). SubGit is a free tool for smooth migration from Subversion to Git. As well as from Git to Subversion. Without git-svn insanity. It works

Re: workqueue.c line 672: assertion failed (checksum !=NULL)

2011-11-24 Thread AlfredD
No, he meant your working copy is corrupted and you need to check out another. The working copy upgrade process cannot handle certain types of working copy corruption. I tried it, I checked out my project again (several gigabytes!) and I encountered problems again. A colleague did the same

Re: Bug: Subversion Windows installer not setting paths correctly

2011-11-24 Thread David Darj
Hi again Bert. Today I've tested this on a (almost) clean Win7 installation I had without problems. I did first a clean install to C:\Test\Subversion... APR_ICONV_PATH was set correctly. I also did a install of first 1.6.17 to C:\Program Files\Subversion and then an upgrade to 1.7.1 to

Re: workqueue.c line 672: assertion failed (checksum !=NULL)

2011-11-24 Thread Johan Corveleyn
On Thu, Nov 24, 2011 at 6:27 PM, AlfredD michel.chare...@teledynedalsa.com wrote: No, he meant your working copy is corrupted and you need to check out another.  The working copy upgrade process cannot handle certain types of working copy corruption. I tried it, I checked out my project again

Re: Bug: Subversion Windows installer not setting paths correctly

2011-11-24 Thread Humberto Madeira
Hi David, For the users the path is HKEY_USERS\userid\Environement Yes, or simply HKEY_CURRENT_USER\Environment However, this install was meant to be used as a server for multiple users. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment just contains all of the

BDB backend in SVN 1.7.1

2011-11-24 Thread Vyacheslav Zholudev
Hi, how does SVN 1.7.1 store fulltext and deltas in the BDB backend? From some time ago I remember that previous versions of SVN stored almost always a HEAD revision as fulltext, and others as reverse deltas.(except the case when a delta is bigger that fulltext) Was this behavior changed in

Re: BDB backend in SVN 1.7.1

2011-11-24 Thread Daniel Shahaf
Old BDB-backed repositories stored the older revision as fulltext and newer revisions as deltas. Repositories created with or 'svnadmin upgrade'd by 1.6 and newer reverse this for new revisions of files (while making sure not to introduce a dependency loop in the direction of deltas).

Queries about SVN (Security related)

2011-11-24 Thread Jerryleen S
Dear Sir, We are in the process of selecting SVN system in our company, could you please clarify following points. 1. Restricting branching activity based on roles specified. That is denying branch functionality to users based on there roles. 2. Denying delete/add folder to certain users, it

RE: Queries about SVN (Security related)

2011-11-24 Thread Cooke, Mark
-Original Message- From: Jerryleen S [mailto:jerrylee...@prdcinfotech.com] Sent: 25 November 2011 06:32 Subject: Queries about SVN (Security related) Dear Sir, We are in the process of selecting SVN system in our company, could you please clarify following points. 1.