Steps to reproduce the issue:
Start from empty module with standard structure created under repository
root:
\-module
|-branches
|-tags
\-trunk
Perform the following sequence of commands from checked out trunk:
echo "content" > file.txt
svn add file.txt
svn commit -m "creating file"
svn copy -
Hello,
I'm trying to synchronize a repository from the svn server running version
1.4.6 (r28521).
The svnsync sync stops on a revision that has strange Unicode characters in
the commit message and displays the "Unknown command 'failure'" message.
The svn log command shows this commit message for t
Dear SVN users,
After scratching my head for a while and reading documentation as best as I
can, I am not able to see a good method for doing the following.
We use SVN to develop software for an embedded system. Our 'C' code is
developed in parts of the tree that are grouped by project. We have
Dear All
I've installed svn-win32-1.6.17 on my existing Apache 2.2.17 from WAMP
x32 on a Win7 x64 server, and it works quite ok locally, but not from a
remote client.
Is there any advice you guys can give me to help fix this problem?
More specifically:
- from the svn server PC, I can do svn o
http://svn.apache.org/viewvc?rev=1148424&view=rev seems related.
It hasn't been backported to 1.6.x.
wrt the log message, hard to tell what happened exactly. The right
output to share is 'svn pget --revprop --strict svn:log | xxd', but at
a guess it's a non-UTF-8 log message. (so it would need
The output from the xxd tool is:
000: 3f5c 3133 313f 5c31 3936 045b 5d3f 5c31 ?\131?\196.[]?\1
010: 3935 3f5c 3134 3176 95?\141v
PS: Daniel, thanks for sharing the correct command to get the log message
bytes.
On Sun, Aug 28, 2011 at 23:35, Daniel Shahaf wrote:
>
On Sat, Aug 27, 2011 at 4:50 PM, Roland Le Franc wrote:
> Dear All
>
> I've installed svn-win32-1.6.17 on my existing Apache 2.2.17 from WAMP x32
> on a Win7 x64 server, and it works quite ok locally, but not from a remote
> client.
> Is there any advice you guys can give me to help fix this probl