On 11/6/2023 12:42 PM, Bo Berglund wrote:
But that is not what I want, instead I want to know*all* revisions in which the
file was modified so I can look at these revisions and see what changed between
them concerning the function I want to inspect.
Blame isn't always the right solution, but i
--On Monday, November 06, 2023 7:32 PM +0100 Bo Berglund
wrote:
I am hunting for when a particular change was made in a file under version
control. It happened years ago.
svn blame path > path.blame
That gives you the file annotated with each line showing which revision it
last changed on.
On 12/13/2022 6:29 AM, Byles Bernard via users wrote:
I've been looking on the server itself and I can see a directory D:\SVN\ which
has many folders inside but within all these different folders is:
conf/
db/
hooks/
locks/
So this looks to be their working copy's as you mentioned.
Nope, tha
--On Monday, March 08, 2021 9:29 PM -0500 Nico Kadel-Garcia
wrote:
He's asking for a "pre-commit" hook. Piping little wrappers into your
local environment doesn't scale, doesn't automate, doesn't prevent
someone else using "TortoiseSVN" from overriding the desired filter,
etc., etc.
I assume
--On Monday, March 08, 2021 8:21 PM -0400 Phani Teja
wrote:
Hello i need help regarding SVN , how can i prevent if people do not enter
with Letter DE followed by 3 or 4 number (e.g DE123 or DE1234) in svn log
message while doing commit.below is the configurating i have in my
pre-commit bat fil
--On Thursday, July 23, 2020 6:22 PM +0200 Stefan Sperling
wrote:
Some servers will advertise the SVN version on pages which can be visited
with a web browser. But this depends on the server's configuration. You
may have to ask the administrator to be sure about the server's exact
version.
D
--On Thursday, July 23, 2020 12:54 PM +0200 Stefan Sperling
wrote:
Are you aware of the built-in svn list --search feature, which has
been available since SVN 1.10.0?
For example:
$ svn list --depth=infinity --search svn.c ^/subversion/trunk
subversion/svn/svn.c
$
Also as of SVN 1.10 the se
I need to locate a file in a client's large repository. I found
fastsvncrawler which uses svn_ra_do_status2 to rapidly dump the entire
repository as a directory listing. Has anyone built a Windows binary? Or
perhaps it's made it into the distribution? (I access the repo over a Cisco
VPN from Wi
--On Saturday, April 18, 2020 8:12 AM + "Krotil, Radek"
wrote:
In conclusion – currently we are able to overcome both of these long
standing problems after adding support for SVN 1.10. We just wanted to
share our findings, so that the SVN team is aware of them. We understand
our usage of S
On 3/30/2020 6:58 AM, Dheeraj wrote:
Once I do a migration will it have any impact on commit/svn up etc?
When I did this long ago, the one thing I forgot was the hooks. I have
my scripts in /usr/local/bin/subversion and something broke. (I forget
what.) So test those.
On 5/14/2018 10:34 AM, Christian Vogt (holonsoft) wrote:
On the LAN-PC all is fine, but within the VPN-connected PC I get due a
'svn update' changed and incorrect filenames, subversion switch them
randomly to UPPERCASE
What filesystems? I've seen my FAT drive (a USB Flash stick) randomly
upp
[moving discussion to dev list as I think this is now the correct fix.]
--On Wednesday, January 31, 2018 7:40 PM -0800 Kenneth Porter
wrote:
--On Wednesday, January 31, 2018 7:23 PM -0800 Kenneth Porter
wrote:
fp = builtins.open(file, 'w+') # avoid namespace
--On Wednesday, January 31, 2018 7:23 PM -0800 Kenneth Porter
wrote:
fp = builtins.open(file, 'w+') # avoid namespace clash with
# trimmed-down svn_fs_open()
I'm now thinking the problem is in the open call, and that I'm somehow
--On Tuesday, January 23, 2018 7:14 AM -0800 Kenneth Porter
wrote:
File "/usr/lib64/python2.7/site-packages/svn/fs.py", line 87, in
_dump_contents
fp.write(chunk)
TypeError: must be unicode, not str
Here's the code where this is going wrong. I think svn_stream_read
I upgraded my repo server from CentOS 6 to 7 and my commit hook is now
failing with this message. I manually upgraded mailer.py from that found
in Subversion 1.7.14 to the latest in trunk and still get the same
error. So I suspect it's something in the Subversion Python bindings and
not the mai
If I move a file (say, to a new subdirectory) and commit, and another user
then edits the file from a pre-move WC, what happens when he updates his
WC? Do his edits get merged to the file in the new location?
16 matches
Mail list logo