Re: [SVN] - Unable to Connect SVN repository

2016-05-07 Thread jblist
> On May 7, 2016, at 5:42 AM, karth...@sifuit.com.my wrote: > > Hi Team, > > Good day to you All. > > Recently i have installed subversion in my Centos 7 Server. > > I have followed all the installation steps as per the documentation in your > website. > > Internally in the server, I can abl

Re: Can no longer connect after upgrade....

2016-04-26 Thread jblist
> On Apr 26, 2016, at 10:32 AM, pathiaki2 wrote: > > Good day, > > I'm on FreeBSD 10.3 having just upgraded from 10.2 and I also upgraded my > subversion to 1.9.3 from 1.8.x > > Here's my problem: > > svn co svn:///asap/ foobar > svn: E170013: Unable to connect to a repository at URL > 'svn

Re: Enhancement: Expose Merge Whitespace Options in JavaHL

2016-04-22 Thread jblist
> On Apr 22, 2016, at 8:52 AM, Jamie Jackson wrote: > > JavaHL doesn't seem to expose some necessary merge options. From the CLI: > ... > > Thanks, > Jamie Have you tried SvnKit? I had much better luck using that than subclipse+javahl.

Re: SVN and Active Directory

2016-04-19 Thread jblist
> > From: jbl...@icloud.com [mailto:jbl...@icloud.com] > Sent: Tuesday, April 19, 2016 4:12 PM > To: Gronde, Christopher (Contractor) > Cc: users@subversion.apache.org > Subject: Re: SVN and Active Directory > > > On Apr 19, 2016, at 12:53 PM, Gronde, Christopher (Contractor) > mailto:chr

Re: SVN and Active Directory

2016-04-19 Thread jblist
> On Apr 19, 2016, at 12:53 PM, Gronde, Christopher (Contractor) > wrote: > > Has anyone in here successfully integrated SVN with Active Directory for user > authentication? We are currently using FreeIPA and user account management > is the bane of my existence. If anyone has or knows of a

Re: An established connection was aborted by the software in your host machine.

2016-04-15 Thread jblist
> On Apr 15, 2016, at 10:48 AM, Gronde, Christopher (Contractor) > wrote: > > The guy who used to manage the SVN servers no longer works here so I kind of > inherited it. Yes we are running 1.6 on RHEL6. I see that the most updated > version is 1.9.3(?), is that RHEL7 compatible? > It

Re: An established connection was aborted by the software in your host machine.

2016-04-15 Thread jblist
> On Apr 15, 2016, at 9:43 AM, Gronde, Christopher (Contractor) > wrote: > > We have a user who is trying to commit a 5MB file (he says the file is larger > than he normally uploads) and he is receiving the error in subject of this > email. I have looked at the apache error_log (after upping

Re: Upgrade Subversion from 1.5 to 1.9

2016-03-21 Thread jblist
> On Mar 21, 2016, at 10:33 AM, Safarulla Meerasahib > wrote: > > Hi, > > We have recently taken over a production application from other team, which > uses the SVN 1.5.0 as one of the component. Now we have a requirement to > upgrade this to latest version of the subversion. > While going

Re: parent directory is referenced by "svn info"?

2016-03-03 Thread jblist
> On Mar 3, 2016, at 12:53 PM, Philip Martin wrote: > > jbl...@icloud.com writes: > > On Mar 2, 2016, at 10:16 AM, txm wrote: > > $ svn info /home/user/nodes/dev_5_main > svn: '/home/user/nodes' is not a working copy > >>> On Mar 3, 2016, at 12:06 AM, txm wrote: >>> >>>

Re: parent directory is referenced by "svn info"?

2016-03-03 Thread jblist
>>> On Mar 2, 2016, at 10:16 AM, txm wrote: >>> >>> Hello, >>> >>> I am confused and frustrated by this: >>> >>>$ pwd >>>/home/user/nodes/dev_5_main >>> >>>$ svn info /home/user/nodes/dev_5_main >>>svn: '/home/user/nodes' is not a working copy >>> >>>$ svn info . >>>Pa

Re: parent directory is referenced by "svn info"?

2016-03-02 Thread jblist
> On Mar 2, 2016, at 10:16 AM, txm wrote: > > Hello, > > I am confused and frustrated by this: > >$ pwd >/home/user/nodes/dev_5_main > >$ svn info /home/user/nodes/dev_5_main >svn: '/home/user/nodes' is not a working copy > >$ svn info . >Path: . >URL: svn+ssh://u

Re: point of time dump?

2016-01-19 Thread jblist
> On Jan 19, 2016, at 4:27 PM, Eric Antonio Maquiling > wrote: > > On Tue, Jan 19, 2016 at 01:52:33PM -0700, jbl...@icloud.com wrote: >> >> To present the code as a change over time, you have a couple of options. You >> could perform the same export as above but do so for each revision of the

Re: point of time dump?

2016-01-19 Thread jblist
> On Jan 19, 2016, at 12:57 PM, Eric Antonio Maquiling > wrote: > > SVN on Linux > Tortoise on PC's installed > > First let me say, I'm the sysadmin, not a developer so they tasked me to get > this done. I take care of the SVN linux box and making sure it's up and > running. I can do basic st

svn + SSL?

2015-12-17 Thread jblist
Has there been any thought to added SSL/TLS to the svn protocol? Setting up Apache for https is a bit heavy and SSH requires the existence of local users. Adding TLS doesn't seem like it would be that hard and would help when using SASL/LDAP when passing plaintext passwords.

Re: subversion export with node and revision properties

2015-12-07 Thread jblist
> On Dec 7, 2015, at 4:12 PM, Ren Wang wrote: > > Not sure how svnadmin dump works, does it export files/directory as svn > export, plus metadata information for file/directory? > http://svnbook.red-bean.com http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.dump.html

Re: subversion export with node and revision properties

2015-12-07 Thread jblist
> On Dec 7, 2015, at 12:28 PM, Ren Wang wrote: > > Is there a tool to export a subversion repository with node and revision > properties/metadata? You mean like "svnadmin dump"?

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-03 Thread jblist
> On Dec 3, 2015, at 9:40 AM, foven wrote: > > On Wed, Dec 2, 2015 at 9:50 PM, Nico Kadel-Garcia > wrote: > On Wed, Dec 2, 2015 at 2:12 PM, foven > wrote: > > > I looked at the output of "journalctl -n 50", which seems to be enough > > to see

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-02 Thread jblist
> On Dec 2, 2015, at 9:11 AM, foven wrote: > > Thanks for the reply. > > If the user running the script just needs to have read and execute > permission, then if the file has permissions like this: > > -rwxr-xr-x 1 phd phd 37 Nov 18 14:39 pre-commit > > shouldn't it work no matter who t

alternative to submin

2015-08-31 Thread jblist
Hello List, We are currently using submin to assist with subversion administration of our various repositories. Based on your experience, would you recommend something other than submin? We have dozens of repositories and around 150 users. Regards, Joseph

Re: Can we delete file or folder in svn permanently ?

2015-06-17 Thread jblist
Are you asking if it is possible to remove a file from the HEAD revision, or do you wish to irradicate the file from all revisions. If the latter, no. (Not without mucking around svndump and filtering your output.) > On Jun 17, 2015, at 2:09 PM, Mohsin wrote: > > Hi folks, > > Can we delet

Re: Protected/secure SVN

2015-05-12 Thread jblist
> On May 12, 2015, at 8:45 AM, jbl...@icloud.com wrote: > > >> On May 12, 2015, at 5:30 AM, D Ste wrote: >> >> Hi, >> >> I would like to set up SVN to store confidential documents. >> I have secured the pipe communication with HTTPS/SSL. To avoid unauthorized >> users (even with root acces

Re: Protected/secure SVN

2015-05-12 Thread jblist
> On May 12, 2015, at 5:30 AM, D Ste wrote: > > Hi, > > I would like to set up SVN to store confidential documents. > I have secured the pipe communication with HTTPS/SSL. To avoid unauthorized > users (even with root access) accessing documents from within the server, I > would like to pr

Re: Svn rename doesn't copy custom properties

2015-04-29 Thread jblist
> On Apr 29, 2015, at 4:13 PM, Dan Ellis wrote: > > This is specific to the rename operation (svn 1.8.9, win7): > > c:\Project_files\sandbox>svn pl -v .txt > Properties on '.txt': > myprop:trace_to > req12345 > > c:\Project_files\sandbox>svn rename .txt .txt > A T

Re: SVN

2015-04-16 Thread jblist
Devi, First, please review this approach to requesting information: http://catb.org/~esr/faqs/smart-questions.html Secondly, review the online documentation for Subversion: http://svnbook.red-bean.com Please indicate which sections of the online documentation might not be clear

Re: SVN

2015-04-16 Thread jblist
> On Apr 16, 2015, at 8:49 AM, Devi Tummala wrote: > > Hi, > > We are in process to Migrate the SVN Repos from Linux to Windows in this > process, can you please provide me documentation /checklist as needed. > Please advise, Thanks! What part of the online Subversion documenation are you s

Re: Merge trunk and prod directories without workspace

2015-03-16 Thread jblist
> On Mar 16, 2015, at 2:04 PM, Lathan Bidwell wrote: > > > > On Mon, Mar 16, 2015 at 4:44 PM, Les Mikesell > wrote: > On Mon, Mar 16, 2015 at 3:16 PM, Lathan Bidwell > wrote: > > > >> > >> > I have a content management system running o

Re: How to reset svn password by svn user ?

2015-03-05 Thread jblist
> On Mar 5, 2015, at 10:07 AM, Mohsin wrote: > >> Refer to the documentation for httpd auth module you are using. You change > the password the same way >as you created it. This is usually named > htpasswd, htpasswd2 or similar. >> >> How to make this user self-servicable is out of scope for S

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread jblist
If it makes you feel better, you can use "svn rename" instead. > On Feb 20, 2015, at 8:39 AM, Mohsin wrote: > > Thanks but my second question was how do i move folder to new path with all > its revision history ? Is it possible or we can't do this ? Actually moving > folder to new path is easy

Re: why cannot commit via http:// but can svn://

2015-02-10 Thread jblist
You'll need to check that the repository is writable by whatever user ID your web server is running as. Not specifically the user they authenticate their HTTP session with. > On Feb 10, 2015, at 11:39 AM, James wrote: > > I have a SVN machine in my network. I can do anything I want via svn:

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-06 Thread jblist
> On Nov 6, 2014, at 12:39 PM, Ryan Schmidt > wrote: > > Nothing in this thread so far has indicated MacPorts is in use. Did you mean > to say clang instead of MacPorts? If so, then testing with clang is > imperative because it is the only viable compiler for use on OS X these days. Clang i

Re: SVN doesn't like .so files?

2014-10-10 Thread jblist
On Oct 10, 2014, at 11:19 AM, James wrote: > I am trying to add an existing project into the SVN repository. It seems work > but when I check them out in a new location, I found all .so files are not > present. Then I look at the repository, these .so files from JDK are not > there. > > Any

Re: ssh+svn vs. bash security bug?

2014-09-26 Thread jblist
On Sep 26, 2014, at 3:59 PM, Vincent Lefevre wrote: > On 2014-09-24 19:28:51 +0300, Stefan Sperling wrote: >> From what I understand after reading about the problem briefly: >> >> In an svn+ssh setup svn clients run 'svnserve -t' by default. >> But there is no reason this could not be changed t

Re: Local Repo

2014-09-25 Thread jblist
Hi David, I just noticed that you have four slashes on the beginning of your URL. Only three are needed for file-local URLs. FYI, file-local URLs look like this: file://localhost/path/to/file Since "localhost" is assumed if missing, you can shorten it to this: file:///path/to/f

Re: Local Repo

2014-09-25 Thread jblist
First, I wouldn't run svn as root like you are with 'sudo'. Instead, change the ownership of your repo so that you have write access. Your command was trying to import 'cashier.cpp' into the repository as the name 'repos'. You need to do this instead: svn import -m "initial import" cashier.

Re: subversion won’t add new files

2014-09-24 Thread jblist
On Sep 24, 2014, at 9:42 AM, John Maher wrote: > Thanks for the link jb. Reading through that section of the book I > encountered "file changes" and "tree changes." It also just mentions > "changes" numerous times. On my initial reading it appears that when the > book mentions "changes" wi

Re: subversion won’t add new files

2014-09-24 Thread jblist
On Sep 24, 2014, at 9:14 AM, John Maher wrote: > Yes, you must "svn add" any files you want Subversion to add to the > repository. It's not meant to be confusing... I found the book exceptionally > clear and helpful in explaining how Subversion works and is meant to be used. > > > Thanks for

Re: http://svnbook.red-bean.com/ site

2014-09-08 Thread jblist
On Sep 8, 2014, at 8:49 AM, Peter Hitchman wrote: > Hi, > http://svnbook.red-bean.com/ is no longer working. > It says "This domain is pending WHOIS verification." > > Is this something easy to fix? > > Regards > Pete It's fine in my part of the Internet. Maybe your ISP didn't pay their elect

Re: Blocking root from SVN repository

2014-08-27 Thread jblist
On Aug 27, 2014, at 8:28 AM, Zé wrote: > Additionally, to those security-concious people, installing servers on your > workstation just to access local repositories isn't exactly on the top of > best practices. Don't you agree? > Not at all. Running a "server" which only answers to calls v

Re: Blocking root from SVN repository

2014-08-27 Thread jblist
On Aug 27, 2014, at 8:41 AM, Les Mikesell wrote: > On Wed, Aug 27, 2014 at 10:28 AM, Zé wrote: >>> >> >> And I hate to repeat myself, but I'll repeat for the third time this >> question: if file:// is not intended to be used, then what are the available >> options for those who need a version

Re: svnrdump problem

2014-08-13 Thread jblist
On Aug 13, 2014, at 1:04 PM, Thomas Martitz wrote: > Hello, > > I have googled and found no trace of this issue. I must be the first one > hitting it. > > The problem: I'm trying to save&restore a private SVN repository using > svnrdump. svnrdump load, though, errors out at revision 6 with "

Re: listing excluded (not ignored) items

2014-05-30 Thread jblist
On May 26, 2014, at 7:24 AM, Stefan Sperling wrote: > On Fri, May 16, 2014 at 02:19:14PM -0700, Joseph Bruni wrote: >> 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 -

Re: during checkout, some files always cannot be pulled out to my local drive

2014-05-27 Thread jblist
On May 27, 2014, at 8:44 AM, frame wrote: > Hi: > > I am using ToitoiseSVN on Windows 7. When I check out a tree from the > repository, one directory within the tree behaves odd: some files within this > directory were successfully checked out while some files never came down. > They all are