Re: Index of Subversion add-on projects and products

2011-06-12 Thread Itamar O
On Sun, Jun 12, 2011 at 12:44 AM, Mark Phippard wrote: > I recall there was at least one Wikipedia page that was fairly accurate. > > Sent from my iPhone > > On Jun 11, 2011, at 5:34 PM, Daniel Shahaf wrote: > > > Ryan Schmidt wrote on Fri, Jun 10, 2011 at 18:37:24 -0500: > >> > >> On Jun 10, 20

Re: Checked Subversions code with cppcheck

2010-10-07 Thread Itamar O
On Thu, Oct 7, 2010 at 5:04 PM, Philipp Kloke wrote: > ?I am not sure if I am answering correctly (because I usually do not use > mailing lists, I just selected the "Answer to all" button of my mail > program), but I hope so. > I now checked the code again, but with a newer version of cppcheck.

Re: svn / Apache installation question

2010-10-07 Thread Itamar O
On Thu, Oct 7, 2010 at 10:10 AM, Cooke, Mark wrote: > Folks, > > I use apache to host subversion and all seems to be working. However, I > happened to read the TortoiseSVN help file this morning and noticed the > following: > > 4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll > from the

Re: Subversion 1.6.13 Released

2010-10-03 Thread Itamar O
On Sun, Oct 3, 2010 at 10:11 AM, David Darj wrote: > You can get my build on http://alagazam.net > > /David > > David, Thanks for the binaries. Any chance you get build also x64 packages? (especially bindings and .so modules) Thanks, Itamar. > > On 2010-10-02 14:36, Sjoerd Kivits wrote: > > >

Subversion-Python bindings for Windows x64

2010-09-30 Thread Itamar O
it to whoever wrote this post (er2v?), that helped me a lot: http://er2v.wordpress.com/2009/04/15/install_trac_on_64_bit_windows_and_run_it_under_iis7_fast_cgi/ Cheers, - Itamar O.

Re: Help with setting up transparent tunnel

2010-09-24 Thread Itamar O
On Tue, Sep 21, 2010 at 9:46 PM, Itamar O wrote: > Hi all, > > I am serving multiple Subversion (1.6.12) repositories with Apache (2.2) > over Windows (Server 2008). > My setup is a multi-project intranet server, so I configured it to serve > all projects using SVNParentPath

Help with setting up transparent tunnel

2010-09-21 Thread Itamar O
mber the error message, but it fails miserably). Any advice on how to set this up correctly? Thanks, - Itamar O.

Re: Checkout exclude pattern

2010-09-10 Thread Itamar O
On Fri, Sep 10, 2010 at 2:05 PM, Daniel Shahaf wrote: > So, you want a way to do > >svn up --set-depth=exclude $file > > at checkout time? > I think the desired behavior is not related to set-depth. something like: svn [up,co] --exclude so you could also use set-depth, if relevant. I'

Re: Two trunks in one repository?

2010-09-09 Thread Itamar O
On Fri, Sep 10, 2010 at 12:36 AM, Tech Geek wrote: > Geoff, > > I think I am beginning to undestand what you are suggesting. > > Right now I am in process of implementing this setup. At this point nothing > exits - no ProjectD, no PartA and no PartB. So I will try to summarize what > I have undes

Re: Two trunks in one repository?

2010-09-09 Thread Itamar O
On Thu, Sep 9, 2010 at 11:23 PM, Tech Geek wrote: > I am thinking something like this: > > ProjectD > ProjectD/PartA/trunk > ProjectD/PartA/tags > ProjectD/PartA/branches > ProjectD/PartB/trunk > ProjectD/PartB/tags > ProjectD/PartB/branches > > Beleive me or not in our scenario the code of Part

Re: Two trunks in one repository?

2010-09-09 Thread Itamar O
On Thu, Sep 9, 2010 at 8:38 PM, Tech Geek wrote: > So the concepts of trunks, branches, tags are transparent to SVN. We are in > a situation where we might need to have two trunks in one SVN repository. > The reason is that we have a family of projects - say ProjectA, ProjectB, > ProjectC and so

Re: Trouble getting started

2010-08-29 Thread Itamar O
On Sun, Aug 29, 2010 at 12:07 AM, Fred Krogh wrote: > I'm new to subversion or in fact to any version control system and > evidently have some error in my mind set when reading documents and > trying to get subversion to work. I'm using a gentoo linux system and > believe I have everything neces

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-19 Thread Itamar O
On Wed, Aug 18, 2010 at 9:50 PM, Ramkumar Ramachandra wrote: > Hi, > > There's now a new tool located in subversion/svnrdump. We have > developed it over the last few weeks, and we feel that it is mature > enough to announce. Although it has not been tested extensively, we > would like to encourag

Re: Merging repositories - is it possible?

2010-08-06 Thread Itamar O
On Fri, Aug 6, 2010 at 4:56 PM, JWalker wrote: > Hello, > > This is my first post here. > > Is it possible to merge several repositories in a new empty > repository? > > I am asking this, because I made several repositories of one project, > one repository for mechanics, another for the software,

Subversion authentication with SSPI

2010-07-23 Thread Itamar O
Hi list, I am currently successfully using mod_sspi to authenticate users against our domain controller (everything is windows here). After authentication, Apache passes the sAMAccountName to mod_dav_svn as the user name, and this is the name that I use for authorization and the name that appears

Re: changing the root repository name without losing revision history

2010-07-13 Thread Itamar O
On Tue, Jul 13, 2010 at 7:52 PM, Charan wrote: > Hi Guys, > > Is it possible to change the repository name without losing the history. > Currently all my code is under the repository > http://local.svn.com/svn/repoe5r/. I want the name *repoe5r* to be changed > to *SVNROOT*. Can I do that? > > >

Re: Error loading mod_dav_svn

2010-07-12 Thread Itamar O
On Mon, Jul 12, 2010 at 11:07 AM, Csaba Raduly wrote: > On Sun, Jul 11, 2010 at 9:55 AM, Itamar O wrote: > > On Thu, Jul 8, 2010 at 11:59 AM, Csaba Raduly wrote: > >> > >> Get the dependency walker from http://www.dependencywalker.com/ and > >> try ch

Re: Error loading mod_dav_svn

2010-07-11 Thread Itamar O
C:\Windows\winsxs\...) I fear that although things seems to work now, the unruly dependencies might cause problems later on. Any further advice? Thanks, Itamar O.

Re: How to access local svnserve repository in Windows

2010-07-08 Thread Itamar O
On Fri, Jul 9, 2010 at 12:12 AM, David Bartmess wrote: > On 7/8/2010 1:25 PM, Itamar O wrote: > > On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess wrote: > >> I've setup a local repository under C:\svn_repository\Test using "svnadmin >> create c:\svn_repositor

Re: How to access local svnserve repository in Windows

2010-07-08 Thread Itamar O
On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess wrote: > I've setup a local repository under C:\svn_repository\Test using "svnadmin > create c:\svn_repository\Test", and want to access it via the command line > svn.exe. The svnserve is setup as a Windows service, and I can see that it's > started.

Error loading mod_dav_svn

2010-07-07 Thread Itamar O
Or what other diagnostic steps I can perform to better understand the issue? Thanks, Itamar O.

Re: Getting visual studio to ignore .svn directoriesq

2010-06-25 Thread Itamar O
On Fri, Jun 25, 2010 at 6:54 PM, Andy Levy wrote: > > On Fri, Jun 25, 2010 at 11:27, Greene, Geoffrey N > wrote: > > Apologies if I'm sending this to the wrong group > > > > OK, we are looking at converting our repository from cvs to subversion. > > > > In my first (toy) attempt, I've discovered

Reusing authz file between SVNPath & SVNParentPath

2010-05-14 Thread Itamar O
he same authz file in both cases? (SVNParentPath & SVNPath) maybe some directive that I can add to the virtual host location block telling mod_dav_svn to match all requests to "repX" and not "/"? Thanks! (and sorry for the long post..) Itamar O.

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Itamar O
On Fri, Apr 30, 2010 at 1:23 PM, Ravi Roy wrote: > > > On Fri, Apr 30, 2010 at 3:38 PM, Ryan Schmidt > wrote: >> >> On Apr 30, 2010, at 04:52, Ravi Roy wrote: >> >> > I am writing a custom hook (pre-commit) to find out the size of the >> > transaction for certain size and then allow / disallow co

Re: Can we use relative paths in svn:externals propset?

2010-04-30 Thread Itamar O
On Fri, Apr 30, 2010 at 5:00 AM, David Weintraub wrote: > On Thu, Apr 29, 2010 at 5:14 PM, David Bartmess wrote: >> Thanks, that explains what I needed to know... Relative paths using a parent >> (..) or absolute paths aren't handled. So it won't work with my system, >> since all the build files

Re: Rearranging archive

2010-04-28 Thread Itamar O
On Wed, Apr 28, 2010 at 6:06 PM, Steve Kelley wrote: > I've tried that with every combination of file://... I can think of and I > keep getting errors. the disk layout is: > drive D (Windows XP) > d:\archive - normal directory > under archive there are multiple repositories, each representing a se

Re: Win7 Integartion issue

2010-04-28 Thread Itamar O
On Wed, Apr 28, 2010 at 5:10 PM, Bob Archer wrote: > > > > On 4/27/2010 12:09 PM, Bharti, Brijender wrote: > > >> > > >> Hi, > > >> > > >> I was using SVN on WinXP and migrated to Win7 64bit. I downloaded SVN > > >> 64bit (earlier was 32bit) 1.6.11. It gets installed but it does not get > > >> int

Re: Win7 Integartion issue

2010-04-27 Thread Itamar O
On Tue, Apr 27, 2010 at 8:41 PM, Dave Huang wrote: > > On 4/27/2010 12:09 PM, Bharti, Brijender wrote: >> >> Hi, >> >> I was using SVN on WinXP and migrated to Win7 64bit. I downloaded SVN >> 64bit (earlier was 32bit) 1.6.11. It gets installed but it does not get >> integrated with Windows Explore

Re: Subversion update "bug" ?

2010-04-26 Thread Itamar O
revert. not update. Itamar O. On Mon, Apr 26, 2010 at 11:34 PM, Phil Pinkerton wrote: > svn 1.6.5  while in a working copy I modified a file for testing. > After testing I wanted to update the file I modified in the working copy to > the version in the repository. > > the resulting

Re: Question about auto commit

2010-04-19 Thread Itamar O
The SVN solution for this use case svn:externals ([1]). Basically, you would have a single instance of module_1234: /share/module_1234 and in each project you use that module, you define the svn:externals property to point to that module: /project1/trunk - svn:externals = ^/share/module_1234 module

Re: Revision properties must not be changed

2010-04-15 Thread Itamar O
This is actually the default behavior. The SVN admin must explicitly enable the editing of revision properties (using a pre-revprop-change hook) in order to allow this. On Thu, Apr 15, 2010 at 9:59 PM, Greenberet wrote: > Hello, > > is it possible to forbid editing a revision property ( e.g: svn

svn-python win32 bindings question

2010-04-14 Thread Itamar O
I was wondering whether svn-1.6.9-python-2.6 win32 bindings exist (preferably in installer form)? (in [1] I could find only svn-1.6.6-python-2.6) Conversely, is it possible / valid / safe to use the 1.6.6 bindings (from [1]) with svn-1.6.9 binaries? (e.g. from Visual SVN Server [2]) Thanks, Itama

Re: Subversion SCC providers?

2010-03-22 Thread Itamar O
SVN? > < > http://visualstudiogallery.msdn.microsoft.com/en-us/E721D830-7664-4E02-8D03-933C3F1477F2 > >. > > > On Mon, Mar 22, 2010 at 1:54 PM, Itamar O wrote: > > Hi list, > > > > I am trying to integrate SVN as a source control > > provider for Active

Subversion SCC providers?

2010-03-22 Thread Itamar O
Hi list, I am trying to integrate SVN as a source control provider for Active-HDL (from Aldec). I understand that Active-HDL supports the SCC API ("MSSCCI"?), and I was wondering if anyone knows of any free / open source SCC providers for SVN. Thanks, Itamar O.

Re: Problem with "svn add" command

2010-03-15 Thread Itamar O
Both the escaping of the '-' and adding '--' before the filename did the trick :-) Thanks! BTW, This was on Windows. On Tue, Mar 16, 2010 at 2:05 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Mar 15, 2010, at 16:12, Aaron Friesen wrote: >

Problem with "svn add" command

2010-03-15 Thread Itamar O
s the initial "-" is an option prefix... This also occurs without the whitespace between "-" and "example.txt" (then I get "svn: invalid option character: e"). Is there a way to work around this? Thanks, Itamar O.

Re: Fwd: Serving internal SVN path via Apache

2010-02-11 Thread Itamar O
Thanks Neels, Just tried that. When accessing svn.proja.com from a browser it worked fine. But checkout & list on svn.proja.com failed with the message: "/svn/projA/!svn/vcc/default path not found" Any ideas? On Thu, Feb 11, 2010 at 2:27 PM, Neels J Hofmeyr wrote: &g

Fwd: Serving internal SVN path via Apache

2010-02-10 Thread Itamar O
, with its own DNS's (e.g. www.projA.com & svn.projA.com). I want that the svn.projA.com virtual host will be directed to root/projA, so that users of projA SVN are not even aware of other projects. Is this possible? Thanks, Itamar O. -- Forwarded message -- From: Itamar O