On 9/14/2021 9:26 AM, Jason Kimmet wrote:
(snipped to avoid top-posting)
*From:* David Chapman
*Sent:* Thursday, September 9, 2021 4:29 PM
*To:* Jason Kimmet ;
users@subversion.apache.org
*Subject:* Re: SVN: PCSWMM Use
hanges between model runs? Is it text or binary? Are the
files very large (gigabytes or more)? Are they inputs to software, or
outputs? Generally it is assumed that output files can be recreated
given the full input configuration, so program outputs are often left
out of the repositor
there is no
https://svn.curl.se as of a few minutes ago), but then again I'm just a
Curl user, not a dev. Curl development is hosted on Github, so maybe he
lost interest in a Subversion archive?
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
EDA So
(s) in the pre-commit hook. If a tag
directory is in the commit list, return an error.
http://svnbook.red-bean.com/nightly/en/svn.ref.reposhooks.pre-commit.html
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
EDA Software Developer, Expert Witness
w
I haven't tried to build Subversion in a long time, and I
use CentOS, not Ubuntu...
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
EDA Software Developer, Expert Witness
www.chapman-consulting-sj.com
2018 Chair, IEEE Consultants' Network of Silicon Valley
.com/nightly/en/svn.advanced.confarea.html today
and it made no mention of this.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
EDA Software Developer, Expert Witness
www.chapman-consulting-sj.com
On 12/29/2017 10:55 AM, Bo Berglund wrote:
On Fri, 29 Dec 2017 19:05:06 +0100, Bo Berglund
wrote:
On Fri, 29 Dec 2017 09:24:10 -0800, David Chapman
wrote:
But if I add the content of my cvsignore file to the config file as a
whitespace separated list on one line that line becomes VERY log
*.lib *.ciz *.map *.exe *.bak *.pdb *.ilk *.idb
Note that these directories are not present for a given user until that
person has run some Subversion command on the machine. "svn --version"
should be enough.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
EDA Software Developer, Expert Witness
www.chapman-consulting-sj.com
confirm if
verification is done on the source repo or on the resulting hot
backup
Thanks in advance.
Regards,
William
It verifies the hot backup directory.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
installed an SSD on my new machine - much faster than
rotating media, and Subversion's "write once" philosophy (old revisions
are essentially immutable) works well on an SSD.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Develop
rname or password as
your Windows account. What you need to do is obtain the Subversion
account password from your repository administrator. Then use that
password whenever you need to perform a Subversion action.
By the way, please don't top-post - it makes the conversation hard t
On 12/8/2016 2:22 PM, Ryu, Ryan wrote:
*From:*David Chapman [mailto:dcchap...@acm.org]
*Sent:* Thursday, December 08, 2016 2:10 PM
*To:* Ryu, Ryan ; users@subversion.apache.org
*Subject:* Re: Commit fails - "Can't set position pointer in file,
access denied"
On 12/8/2016 1:4
Access is denied.
Completed!
If anyone has any ideas, it’d be greatly appreciated.
Thank you!
Do you have antivirus software running? If so, can you try an
experiment with the antivirus software disabled?
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
ersion.
Someone (not me) on the Subversion E-mail list might know the answer to
your question, but you should probably ask on the TortoiseSVN E-mail
list. Good luck.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
sunderstood your question please list the files which have
surprising ownership.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
7;s use of the term "rename"
(included below)?
Yes, he and I are referring to the same thing. The file contents are
not copied, which is your primary goal.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
On 8/13/2016 12:29 PM, Adam Jensen wrote:
On 08/13/2016 02:21 PM, David Chapman wrote:
On 8/13/2016 11:07 AM, Adam Jensen wrote:
When a branch is created, are the files under revision control in the
trunk copied to the branch (is there any duplication of files in the
repository)?
No, the
ile deltas when content is modified. Your use case is unusual,
but as long as you don't make a lot of changes to the binary files, it
will be efficient.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
a context appropriate to the directory in which
you put them. I use Apache, and I had to track down these files
afterward and fix them one by one - very painful. This isn't just a
Subversion problem but is a general Apache problem.
If you do have SELinux running, a quick way to de
On 1/25/2016 10:45 AM, Philip Martin wrote:
David Chapman writes:
On 1/25/2016 3:59 AM, Niemann, Hartmut wrote:
I want to upgrade my Linux box from Debian Jessie (32bit) to Debian
Jessie (64bit).
For the transition time, the machine will boot alternating the 32bit
and the 64bit OS.
I have
the safest
approach was to have a separate machine (or at least a separate hard
drive) so that I always had a stable system running. I took the
original offline only after the new one was running and stable.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San J
Or maybe the hard drive itself is failing, and the other
repositories have simply been "lucky" so far.
# svnadmin verify /path/to/repository/root
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
sses.
You can of course change the configuration file so that "*.so" files are
not automatically excluded.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
ines
from httpd.conf have in them?
User
Group
The scripts need to be executable by this user. On my server, for
example, both lines say "apache" so my scripts need to be owned by
"apache:apache".
P.S. Running Apache as root is not a good idea; I just want to confir
run "svnadmin verify /var/www/html/svn/repo" on
my server. This requires read privilege on all directories in the
repository, of course, so I run it as root.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
o the first question is what versions of HTTPD
and Subversion are present on the server. The client version probably
doesn't matter.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
le file handle" looks like a problem
within the server accessing the data, not the NAS. If you can't reboot,
can you umount/mount the NAS from one of the affected machines and then
try again on that machine?
--
David Chapman dcchap...@acm.org
Chapman Consulting --
s by creating a read-only file in a
non-superuser account. Guess I learned something today.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
slash before executable name); I'll bet that it does not ask you
for permission to remove a write-protected file.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
ated? The
directory in SVNParentPath shouldn't point to a repository, but to the
parent directory of the repository (and its friends). I don't know if
this would cause the security issues you are seeing, but it is a common
enough mistake that I thought I would ask.
--
Dav
u have only one repository; use SVNPath. I don't know if that is the
direct cause of your problem, but you should fix it.
You can also try working with AuthType Basic, creating passwords with
/usr/sbin/htpasswd, until you figure things out. I have more experience
with that than AuthType D
l-ignores for Windows set to:
global-ignores = *.obj *.lib *.map *.exe *.bak *.pdb *.ilk *.idb
There might need to be a few more; it's been several years since I have
imported existing code into my Subversion repositories. But you get the
idea.
--
David Chapman dcchap...@acm.org
On 5/22/2013 7:56 PM, Branko Čibej wrote:
On 23.05.2013 04:33, David Chapman wrote:
On 5/22/2013 4:57 PM, Varnau, Steve (Seaquest R&D) wrote:
So, am not saying there is anything fundamentally wrong with how
“tags” work now. They just don’t fit our desired semantics, so we
don’t use them.
or a path@revision would be a very useful thing.
I'd say tags don't fit your repository configuration. See if you can
get a pre-commit hook that blocks modifications to the tags directory
tree within the repository.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
On 5/18/2013 12:01 PM, Zé wrote:
On 05/18/2013 07:16 PM, David Chapman wrote:
You are pretty insistent that there is One True Way to use branches in
development.
No, I'm stating that if all a SCM does is track changes made to the
contents of a directory and you rely on changes made to
ion to be extended in a particular way, learn its
internals and write a spec which comprehends the internals and current
usage. Maybe then someone will be inclined to work on it. Better yet,
offer help. This is a community project, after all, and what better way
to be a member of th
n files from a
backup (you do have backups of the repository, right?), but the
Subversion users list needs to know more about the problems you are having.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
riginal file have a
newline at the end of the last line? Maybe newline conversion is adding
one.
Just a shot in the dark...
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
ks in during the job B run.
We like to know if there is anything needed to be done in SVN to make it work ?
Tags are cheap copies; make a tag at the start of the build process and
have the build system use only the tag.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San
course, i can skip this version, but i want more
1. how can i got these two version back, instead of just skip?
2. if i was the only one who have met this error
3. what cause these ? will it happen again?
4. can i know another error like these was on?
thanks, for all of your reply
ested he look for a version mismatch
between the installed DAV .so files and the new Subversion executables
(i.e. that he may need to install new DAV .so files as well), and that
turned out to be the case. He has reverted to Subversion 1.6.18 for the
time being.
--
David Chapman dc
can't help you find a GUI that
will help you administer your repositories.
TortoiseSVN is a client-side GUI for Windows-based machines but I
haven't used it. I don't know how close it comes to meeting your needs.
--
David Chapman dcchap...@acm.org
Chapman Consulting
l the first script each time you add a new repository,
rather than type in the commands all over again.
2) Automation of this kind allows you to configure all of your
repositories identically.
3) The scripts document the configuration you used (rather than scraps
of paper somewhere, or the memory o
(and worse yet, the passwords were
plaintext), but password file location is a trap for the unwary.
I've never set up Apache under Windows, so I can't suggest a "good"
location. Maybe the directory in which httpd.conf is stored?
--
David Chapman dcchap...@acm.org
y need to use
quote marks around arguments. I recommend avoiding space characters in
your directory names for this test.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
simple script running; if you can't get a single line "exit 0" script to
work then none of the complicated scripts will work. In particular, if
you are not an expert batch file/shell script developer, you shouldn't
try anything fancy. You can really mess things up.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
cript must guard against it.
But if you are just creating a repository backup that no one else will
use unless the original crashes irretrievably, you don't need anything more.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Develop
no local changes to files that would also prevent exact
reproduction of the build. What you choose is up to you, but exact
reproduction is the goal.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
uite. (Yes, I would have liked to reduce that
suite to 30 seconds or less, but that was a much larger problem than
what I could change at that company.)
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
always updated
consistently. Every now and then debris is left behind on one platform
or another. And that occurs even without CI.
If I were rich or bored, I'd be tempted to try to implement this feature
myself. The pieces should already be in the code base.
--
David Chapman
ot;svn --version"; it will tell you what's been
installed.
Don't continue to use an old version of Subversion; upgrade as soon as
possible. You won't get any support for older versions.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Soft
is
repository sharding, to avoid having tens of thousands of revision files
in a single directory.
Now you know why many admins work late nights or weekends. :-(
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.cha
d reason not to copy files from Linux to Windows directly,
whether directly or by viewing from a network file system.)
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
that is
inexpensive but can still act as a server.
The fact that the problem is intermittent also points to something
outside of Subversion.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
large file, rather than
the large files themselves?
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
ames with the filetypes to avoid Subversion from
complaining about the ^M in the file?
It's been awhile since I've played with the Korn shell, but this works
in bash:
#!/bin/bash -f
sed 's/\r//g' $1 > tmpfile
Rather than use a special character, I used the shell'
nd my machine is not so small that a few gigabytes of duplicated
storage would fill it.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
Software Development Done Right.
www.chapman-consulting-sj.com
On 12/7/2011 9:51 AM, James Lopes wrote:
*From:*David Chapman [mailto:dcchap...@acm.org]
*Sent:* Wednesday, December 07, 2011 11:48 AM
*To:* James Lopes
*Cc:* users@subversion.apache.org
*Subject:* Re: New to SVN
On 12/7/2011 8:16 AM, James Lopes wrote:
I created a project in our repository
(The convention on this list is not to top-post. Also, please "reply
all" so that the entire conversation can be searched in the Subversion
archives.)
On 12/7/2011 8:56 AM, James Lopes wrote:
*From:*David Chapman [mailto:dcchap...@acm.org]
*Sent:* Wednesday, December 07, 2011 11
already exist) and what were the
commands you used to create the project and import the initial source
code? Finally, what do you mean by "every icon"? Can you give us an
example of an unexpected file name?
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
es into distinct, and flat, directories.
Don't nest them in a tree.
Move some of your repositories into /usr/home/svn/foo and some into
/usr/home/svn/bar, and change your configuration file to look like this:
[skip]
This will give you a setup that works reliably.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
upted and you need to check out
another. The working copy upgrade process cannot handle certain types
of working copy corruption.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
x27;t tell you how much to delete
afterwards, but I would expect that you can leave everything in place.
If TortoiseSVN insists on going through svnserve.exe, you should be able
to delete just that.
It may be better to ask this question on the TortoiseSVN list.
--
David Chapman dc
s compiled
Subversion for AIX, and I don't know if you will find anyone who
supplies raw binaries only.
Compiling the source code is not terribly difficult; is there a reason
you don't want to try to compile it yourself?
--
David Chapman dcchap...@acm.org
Chapman Co
ndows myself.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
The caveat to search the mailing list is clearly
worthless if there is no obvious way to do what it suggests.
Tony.
Major search engines crawl the archives. This seems to be an obvious way.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
ion
for all of the zillion functions in SVN.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
et a higher quality product. That's why you're finding so little
support for your methodology in the tools.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
s by blocking all access except
for a very small window, but the productivity cost is generally judged
to be too high.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
HEL 4.x will be simpler than trying to fix the new UTF-8 code. Have
you tried intermediate levels of optimization? We went to production
with -O2, so it's not as if all 64-bit optimizations were broken.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
waking up the screen from screensaver state. Just launch
the monitor process, trigger the problem, and then watch on your console
screen.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
On 7/26/2011 9:48 AM, Stefan Sperling wrote:
On Tue, Jul 26, 2011 at 09:22:04AM -0700, David Chapman wrote:
On 7/26/2011 8:44 AM, Stefan Sperling wrote:
On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote:
If the processor architectures differ, copying the repositories
directly
On 7/26/2011 8:44 AM, Stefan Sperling wrote:
On Tue, Jul 26, 2011 at 08:35:31AM -0700, David Chapman wrote:
If the processor architectures differ, copying the repositories
directly won't work unless changes to the repository format have
been made recently. I had a problem when copy
svnsync approach recommended by another
poster. Downtime can be even less than when copying repository
directories directly.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
want it.
fi
done
# Show the contents
echo "Contents of the backup:"
ls -ld $DEST/*
# zip up the result
cd $DEST
zip -r -q -y $DEST.zip .
# Talk to the user
echo "Backup is in file $DEST.zip:"
ls -ld $DEST.zip
# The file $DEST.zip can now be transported to anot
are planning to do this on a
server that you wish to lock down, then I see no reason why it would
cause problems, but if users can login and do other work on this
machine, you are constraining them.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
shell to /bin/nologin or even just fakeshell breaks
everything. Is there another way to give an invalid shell?
How about /bin/false? This is the "shell" defined for all of the
non-login (e.g. daemon) accounts on my machines.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
n the "defs.mk" file
defines the include and object file lists in machine-independent form,
while the "deps.mk" file defines the dependencies in machine-independent
form. Anything that cannot be machine-dependent goes into the
compiler-specific makefile, e.g. "makefile.wat".
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
You can replace the file autobot without affecting a2, but if you
replace autobot (rm autobot; make autobot) you will find that the
connection between autobot and a is broken.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
cutable bit will also exclude shell
scripts, which you may well want to consider for automatic adding to the
repository.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
But that means the repository is down
for a day (I always reformat the hard drive when I upgrade the operating
system). Your mileage may vary.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
rverName subdomain1.mydomain.com
DAV svn
SVNPath /var/svn/subdomain1
...
...
Note that VirtualHost directives are incompatible with https: access
because the destination host name is encrypted with the rest of the
packet data and Apache can't decrypt the packets before direct
ve a value when
running from a hook script. From a Command Prompt window, type:
echo %VISUALSVN_SERVER%
Then substitute the returned value into your script. If you run this
echo command in the hook script during a commit operation, it will not
print anything.
--
David Chapman dc
On 2/28/2011 11:00 AM, James Ralston wrote:
On 2011-02-28 at 10:49-08 David Chapman wrote:
A "hot copy" by definition is one that will safely allow read-only
access while the backup is in progress.
But I asked about "svnadmin dump", not "svnadmin hotcopy".
Ar
ll access during the upgrade...
A "hot copy" by definition is one that will safely allow read-only
access while the backup is in progress.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
g Subversion so that only the
post-commit hook script can change it. Don't *ever* allow users to
modify files in that directory.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
7;ll need to add one in Notepad,
Komodo, or your favorite Linux editor.
I have no idea why you would see this problem only with "svn:eol-style"
defined (if in fact this is the problem).
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
done an octal dump of the scripts to see what is at the end of
the files? On which platform are they failing - Windows or Linux?
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
un a script to fix line endings in every sandbox is a recipe
for disaster.
"dos2unix" and "unix2dos" are precisely the kind of local rewriting you
want to avoid.
My two cents (and one million lines of code) worth...
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
y for the
affected files.
Other useful commands:
svn proplist file
svn propget svn:eol-style file
where "file" is the name of the file you are looking at.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
myridia.com/dev_posts/view/687
So you would use:
find// -name .svn -prune -o -type f -exec sed -i 's/testing/running/g' {} \;
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
e via inetd (look for that subject heading in the Subversion
book). I don't have any experience with that, however.
Your access requirements (many small repositories, many users,
fine-grained path-based authorization) don't sound like what Subversion
is designed for. It may not
blicly accessible
Subversion hosting services (e.g. unfuddle.com) use http:// access, but
I don't know how they manage adding or removing users (unfuddle.com
advertises "up and running in as little as one minute").
So you need some method of getting the username and passwor
ons about what will be
there. It's not expecting arbitrary data in arbitrary places. Support
of this "feature" would greatly constrain the developers and I wouldn't
expect them to like it (I know I wouldn't, if I were a Subversion
developer).
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
u to see why the changes were
made or distinguish between changes (e.g. was this line of code
implementing a feature or fixing a bug?).
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
developer's machine.
My Subversion installation does not send E-mail to developers and so I
do not know of any programs that send mail to an SMTP server from a
Windows command line prompt. Perhaps someone else on the list will
know. I can't help you further.
--
Dav
On 2/1/2011 10:54 PM, Waseem Bokhari wrote:
<http://www.netsoltech.com/>//
*From:*David Chapman [mailto:dcchap...@acm.org]
*Sent:* Wednesday, February 02, 2011 11:48 AM
*To:* Waseem Bokhari
*Cc:* users@subversion.apache.org
*Subject:* Re: Error on Post Commit Hook.BAT
On 2/1/2011 10
terpret "/message.txt" as a parameter, not part of
your message file name.
If you're going to be creating or editing Windows batch files, I
strongly encourage you to buy a book on how to create them. It's been
so long that I can't recommend one to you, unfortunately.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
On 2/1/2011 1:29 PM, Johan Corveleyn wrote:
On Tue, Feb 1, 2011 at 9:39 PM, David Chapman wrote:
Running Subversion 1.6.15 under Windows 7, if I redirect the output of "svn
diff" to a file and then try to edit that file using Notepad, the line
breaks are garbled. In particular they
o fix it, or is it a bug that should be bumped to the dev list?
(For the record, I have "UnxUtils.zip" loaded, so I have a number of
Unix/Linux utilities such as "od" available under Windows, and only the
Windows Subversion executable ever writes into a Windows sandbox.)
Thanks.
--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA
100 matches
Mail list logo