Subversion

Tag: Subversion

7 posts
WordPress.orgに登録したプラグインをGitHub Actionを使用しGitHub上で管理する
N
nove-b blog
blog.nove-b.dev/

WordPress.orgに登録したプラグインをGitHub Actionを使用しGitHub上で管理する

·
Oct 14 '23
·
Subversion (SVN) を使用し承認されたWordpressプラグインをリリースしてみる
N
nove-b blog
blog.nove-b.dev/

Subversion (SVN) を使用し承認されたWordpressプラグインをリリースしてみる

·
Nov 25 '22
·
Compiling Subversion 1.5 in Cygwin
W
Walking away from Omelas...

Compiling Subversion 1.5 in Cygwin

Seems like I finally got the trick to compile Subversion in Cygwin.It all boiled down to using two options in the configure script: ./configure –enable-all-static –with-sasl=noThough this is the main trick, I’ve noted it down in a new note: Compiling SVN 1.5 in CygwinUpdate: Now, that’s funny. There

·
May 29 '07
·
Subversion scripts revisited
W
Walking away from Omelas...

Subversion scripts revisited

Eleven months later Cygwin and SVN on Windows#!/usr/bin/bash## Call this script or copy and paste the content into your bash_rc script or similar# profile script.## Copy from heresub () {svn --username [myuser] --password [mypass] $*}subswitch() { if [ $# != 4 ] then echo "Usage: Switchin

·
Nov 16 '06
·
Code review tools, someone?
W
Walking away from Omelas...

Code review tools, someone?

I’ve been playing lately with the idea of a “code reviewing” support tool.I don’t mean an automatic review or defect-detection tool like checkstyle, pmd, hammurapi or others. I mean a tool that allows someone to review committed code in a repo, and annotate it, or even grading the commit with a pass

·
Apr 20 '06
·
Merge tracking in Subversion
W
Walking away from Omelas...

Merge tracking in Subversion

I’ve started using svnmerge.Merge is one of the problems we’re presently facing in our project. The project is massively parallel, and we’ve stablished a repository layout based upon some form of ‘stability ladder’.Every team is responsible of promoting its products to a state in which they can be u

·
Mar 1 '06
·
Subauthz ready?
W
Walking away from Omelas...

Subauthz ready?

I think Subauthz is finally ready to be used. The feature-set is nearly completed, and I think it’s quite enough to manage Subversion’s current authentication features for one or multiple repositories.I’m trying to get the time to write a quick tutorial on usage, though it must be quite straightforw

·
Jan 15 '06
·