cococo111111 / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

tilde character in files names is not supported #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. open the finder and go to your working copy dir.
2. create a new folder and name it "test~" 

What is the expected output? What do you see instead?

In the working copy window, I expect to see a folder "test~" (as new).
Unfortunately, if the name of the folder ends with a tilde, svnx does not see 
it, and it does not appear in the working copy window.

What version of the product are you using? On what operating system?

svnx 1.3.2 - os 10.6.8

Original issue reported on code.google.com by chgon...@gmail.com on 27 Feb 2012 at 1:00

GoogleCodeExporter commented 9 years ago
It works for me.
Did you remember to refresh the WC window?  (Or enable auto-refresh?)
Does the folder appear if you enter `svn status <path-to-your-WC>` in Terminal?
Do you have an svn:ignore property set on your WC folder or a global-ignore in 
your ~/.subversion/config file?

Original comment by chris...@gmail.com on 27 Feb 2012 at 6:45

GoogleCodeExporter commented 9 years ago
I’m assuming this is a user error.

Original comment by chris...@gmail.com on 1 Mar 2012 at 1:37

GoogleCodeExporter commented 9 years ago
right, that was a global-ignore confusion. Thanks for pointing that out, and 
sorry for the noise..

Original comment by chgon...@gmail.com on 2 Mar 2012 at 2:28