[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

From: Bartosz Pierzchlewicz <Bartosz.Pierzchlewicz_at_komputronik.pl>
Date: Fri, 6 Oct 2017 06:45:31 +0000

Hi Daniel,
After merge to trunk, file on disk has proper name: "file With Space.txt".
Moreover after commit, file on my disk still has proper name,
but when I Checkout to other directory it will have name 'file%20With%20Space.txt'.

Log after second commit says exactly what was happened:

A /trunk/file%20With%20Space.txt (from /branches/1.0/file With Space.txt:3)

File in trunk was created from file in branch, but the filename was changed.
This is unwanted behavior.

Bartosz
Received on 2017-10-06 08:45:39 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.