> Davis,
>
> We'll need a little more information, such as what
> server and client version
> you're using, and over which ra_layer (ra_local,
> ra_svn, or ra_dav). Also,
> can you narrow your commit down to see where this
> fails, or prints the
> warning? That could help identify the problem, as
> would having the exact
> command line you used to commit.
>
> I made a change in r8040 whereby ra_dav could
> compute the root of the
> repository wrong. This may stem from that, but
> without more information it
> would be difficult to tell.
>
> -John
Hi John,
The server is running the following, all of which I
built yesterday:
subversion-0.35.1
http-2.0.48
db-4.2.52
If you need other versions of relevant software
pieces, let me know, but those three I specifically
re-built yesterday.
The client is Win32 command line svn tools,
svn-win32-0.33.0.
Pardon my ignorance, but I believe I'm using
ra_svn...although I do have https access to said
repository through ra_dav, I use svn+ssh method to
checkin/out..so, I think this is ra_svn, right?
The sequence of steps:
On server:
# svnadmin create /svn/repos1
# chmod -R 770 /svn/repos1
# chown -R svn /svn/repos1
# chgrp -R svn /svn/repos1
On client:
C:\DirToCheckin>svn co
svn+ssh://192.168.1.10/svn/repos1 .
C:\DirToCheckin>svn add *
C:\DirToCheckin>svn ci -m"Initial Import"
Adding ..... <lots of stuff printed here>
...then finally:
Transmitting file data
................................................................................................................................
.......................................................................................................................................................
......................................WARNING: error
decoding UTF-8 for ?
.......................................................................................................................................................
.......................................................................................................................................................
.......................................................................................................................................................
.............................
Committed revision 1.
Please let me know if you need me to provide any other
information that would be useful.
Regards,
Davis
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 31 01:45:25 2003