in a focused discussion about how such a feature could
work and could be useful.
--apb (Alan Barrett)
g-dir=none".
I have discovered an ugly workaround: If I set
--configdir=/nonexistent/nonexistent (giving the name of a directory
that does not exist, and whose parent also does not exist), then the
absence of the parent directory means that svn will be unable to create
the child directory.
--apb (Alan Barrett)
x27;t need *to* create it (it won't contain any useful information), and
I don't want the clutter.
Another annoying issue is that commands that one would expect to be
read-only (such as "svn status" or "svn info") also create the config
directory.
--apb (Alan Barrett)
ry, I
prefer not to do that for issues where I have a simple workaround. If I
could file issues anonymously, or after solving a captcha, or via email,
or even using an openid login, then I would be more likely to do so.
--apb (Alan Barrett)
at have
disappeared, will now be broken. You may be able to fix them via
"svn update -r${LAST_GOOD_REVISION}", but in the worst case, your
users will have to delete the working copies and check them out
again.
--apb (Alan Barrett)
where revision > ${last_good_revision};". Newer formats will
probably need different treatment. Again, this is all unsupported
and at your own risk.
--apb (Alan Barrett)
[original message repeated for reference:]
To truncate a repository that uses the "fsfs" format, so that you
lose everyth
that was originally checked out.
--apb (Alan Barrett)
changing the script to not use an embedded
control-M. Here are two ways of doing that:
tr -d '\r' <"$infile" >"$outfile"
control_M="$(printf '\r')"
sed -e "s/${control_M}//" <"$infile" >"$outfile"
--apb (Alan Barrett)
only members of your admin group can create
branches.
--apb (Alan Barrett)
o solve outside svn. You could also
extend this by requiring the log message to contain a reference number
to an external database that tracks code reviews and approvals.
--apb (Alan Barrett)
py.
svn diff --old=svn://server/repo/branch/subdir --new=./subdir
--apb (Alan Barrett)
doesn't keep the head version as
> a normal file like cvs/rcs.
I make my hooks directory a working copy of an appropriate subdirecrory
in the repository (or in another repository), and use a post-commit
hook to run "svn update" in the hooks dir when it sees a commit to the
relevant path.
--apb (Alan Barrett)
> > On 9/29/2010 11:11 AM, Alan Barrett wrote:
> >> I make my hooks directory a working copy of an appropriate subdirecrory
> >> in the repository (or in another repository), and use a post-commit
> >> hook to run "svn update" in the hooks dir when
13 matches
Mail list logo