Log of /src/1.6.x/debian/man
Directory Listing
Revision
1144 -
Directory Listing
Modified
Tue Mar 15 16:16:18 2011 UTC
(2 years, 2 months ago)
by
peters
svn-bisect: add support for $SVN from environment, for danielsh (and
upstream in general), who wants to use svn-bisect with unreleased svn
snapshots.
Revision
1062 -
Directory Listing
Modified
Fri Oct 23 05:07:58 2009 UTC
(3 years, 7 months ago)
by
peters
- Move svnwrap.sh and svn-bisect into a new 'debian/bin'
- Rewrite svn-bisect to add features and fix bugs, such as:
- Only considers revisions in 'svn log', potentially shrinking the
search space a lot, if you're a small piece of a busy repository
- Will 'svn switch' in and out of branches, in case the search space
crosses the point where a branch was created
- 'status' subcommand gives more visibility into the process
- 'start' takes optional good + bad revs, to save typing
- 'reset' un-switches-and-updates you
- 'run' now quotes its argument properly so you can use it with
things like 'make check' or 'run_this_test | grep -q FAIL'
- Write a manpage for svn-bisect
Revision
943 -
Directory Listing
Modified
Mon Mar 2 16:47:14 2009 UTC
(4 years, 2 months ago)
by
peters
New branch for 1.6.x, since we're in the -rc stages upstream.
Revision
942 -
Directory Listing
Modified
Mon Mar 2 15:55:58 2009 UTC
(4 years, 2 months ago)
by
peters
Original Path:
src/trunk/debian/man
Rename 'branches' to 'src' and put trunk and tags in there too.
This reflect my unconventional beliefs about repository structure,
specifically that trunk is just another branch and should live with the
others. In my view, there shouldn't _be_ a separate branches dir -
just 'tags' and then each branch name (including 'trunk'), all at the
root. (In our case, we have enough clutter at the repository root that
it makes sense to go down a level. 'src' is easier to type than
'branches', and just as descriptive.)
Among other things, this makes relative svn paths easier to keep
straight, for merging and such. Any given branch is exactly ../ away
from any other branch.
Revision
920 -
Directory Listing
Modified
Tue Jul 15 04:13:08 2008 UTC
(4 years, 10 months ago)
by
peters
Original Path:
trunk/debian/man
Merge 1.5.x branch back to trunk. Now that 1.5 is in unstable (and
testing) I don't think there'll be any need for more 1.4 releases.
Revision
764 -
Directory Listing
Modified
Fri Nov 10 14:28:16 2006 UTC
(6 years, 6 months ago)
by
peters-guest
Original Path:
trunk/debian/man
Tiny typographical fix - replace "(c)" with real copyright symbol, "\(co".
Revision
762 -
Directory Listing
Modified
Fri Nov 10 14:08:43 2006 UTC
(6 years, 6 months ago)
by
peters-guest
Original Path:
trunk/debian/man
Commit Troy's manpages, and install the pod page from svn-clean.
I did some _major_ editing of the new manpages, mainly style issues
(for example, literal hyphen should be "\-", not "-") but also some
improvements to the texts.
Revision
667 -
Directory Listing
Modified
Sat Sep 9 00:33:46 2006 UTC
(6 years, 8 months ago)
by
peters-guest
Original Path:
trunk/debian/man
Copy branches/1.4.x to trunk, in preparation for uploading to unstable.
Revision
565 -
Directory Listing
Modified
Sat May 6 07:40:19 2006 UTC
(7 years ago)
by
peters-guest
Original Path:
branches/1.4.x/debian/man
Create a 1.4.x branch, now that upstream has done so. (:
Upstream won't be ready for release any time soon, but we can at least
get an early start.
The orig.tar.gz here is just an export of upstream svn, nothing official.
Revision
560 -
Directory Listing
Modified
Wed Apr 26 09:12:52 2006 UTC
(7 years, 1 month ago)
by
peters-guest
Original Path:
trunk/debian/man
Minor clarification, and formatting fix.
Revision
557 -
Directory Listing
Modified
Fri Apr 21 09:10:45 2006 UTC
(7 years, 1 month ago)
by
peters-guest
Original Path:
trunk/debian/man
New tool /usr/bin/svnwrap for subversion-tools.
This sets umask 002 unconditionally then runs whatever client binary
you ask for. I hope it solves more problems than it causes. :/