Re: ¿Is it possible to use Active Directory?

2016-10-06 Thread Joseph Bruni
Sent from my iPad > On Oct 6, 2016, at 3:23 PM, s...@crccoding.com wrote: > > Hi! > Is it possible to use Active Directory (Server 2008 R2) to manage users for a > subversion 1.9.4? > > Joseph > I do. There are a couple options. You can use Apache as your front end server and configure it

Re: SVN

2016-05-27 Thread Joseph Bruni
On May 26, 2016, at 10:09 PM, PERRY JENNINGS wrote: SVN Source Code Manager, Family Dollar has implemented SVN and about sixty percent of projects within the organization currently uses this repository to maintain source code for object-oriented applications. However, the remaining forty per

Re: Is it possible to change content of a commit by pre-commit hook?

2016-04-19 Thread Joseph Bruni
> On Apr 19, 2016, at 12:44 AM, thiemo.kell...@post.ch wrote: > > Hi all > > We export PowerCenter workflows as XML to commit those to subversion. We > would like to make sure that the description attribute of the tags contain > subversion information like Rev or Header. Is it possible to chan

Re: sqlite[S8]: attempt to write a readonly database

2016-04-10 Thread Joseph Bruni
Sent from my iPhone > On Apr 10, 2016, at 10:29 AM, Adam Jensen wrote: > > Hi, > > I am *very* new to svn. I just set up a server (svnserve, version 1.8.14 > (r1692801)) on OpenBSD-5.8. > (See http://daemonforums.org/showpost.php?p=58638&postcount=2). > > The repository was created with: do

Re: Commit Error using ms onedrive repo

2016-02-14 Thread Joseph Bruni
> On Feb 14, 2016, at 10:26 AM, dennisj2 wrote: > > Thanks Bert, - > > Ok, so, then I really need a cloud based repository. Do you have any > recommendations on setting up shoestring cloud based svn repository? Beanstalkapp.com provides low cost SVN hosting.

Re: Dealing with very old repo format (version 1)

2015-04-28 Thread Joseph Bruni
> On Apr 28, 2015, at 2:03 PM, Andrew Reedick wrote: > > Does anyone have any tips on how to upgrade a very old repo? The db/format > lists "1". A 1.8 svn client cannot hotcopy, dump or "svnadmin upgrade" such > an old repo, all of which fail with "svnadmin: E720002: Can't open file > 'devel

Re: http:// works on intranet but not internet

2015-02-11 Thread Joseph Bruni
> On Feb 11, 2015, at 8:54 PM, James wrote: > > I was able to access SVN server from different machines by using my public ip > address, such as http://146.115.74.4/svn/repository1, > within my home network. But I cannot > access it from outside with int

listing excluded (not ignored) items

2014-05-16 Thread Joseph Bruni
I can use "--set-depth exclude" to remove items from my working copy. Is there some option to "status" that can show me what has been excluded this way? "status" has a --no-ignore option to show ignored items. Perhaps we should add a "--no-exclude" to list excluded items?