🧑 μ œν’ˆ 리뷰 및 이것저것

[SVN] '폴더λͺ…' is not valid as filename in directory μ—λŸ¬ ν•΄κ²° 방법

devshin.kr 2021. 7. 13. 18:23
728x90

 

SVN λ³€κ²½ λ‚΄μš©μ„ update ν•˜λ €λŠ”λ° λ‹€μŒκ³Ό λ™μΌν•œ μ—λŸ¬κ°€ λ°œμƒν–ˆλ‹€.

좜처 : μ•„λž˜ stackoverflow 링크

 

 

stackoverflow 의 μ§ˆλ¬ΈμžλŠ” 폴더 이름에 곡백이 μžˆμ—ˆλŠ”λ°, λ‚˜ 같은 κ²½μš°μ—λŠ” 폴더 이름에 . λ§ˆμΉ¨ν‘œκ°€ μžˆμ—ˆλ‹€.

Subversion은 νŒŒμΌμ΄λ‚˜ 폴더 μ΄λ¦„μ˜ 곡백, λ§ˆμΉ¨ν‘œλ₯Ό μ²˜λ¦¬ν•  수 μžˆμœΌλ‚˜ Windows μ—μ„œλŠ” κ³΅λ°±μ΄λ‚˜ λ§ˆμΉ¨ν‘œλ₯Ό μ²˜λ¦¬ν•  수 μ—†λ‹€.

이 λ•Œλ¬Έμ— λ°œμƒν•œ 문제인데, μ•„λž˜μ˜ ν•΄κ²° 방법을 μ°Έκ³ ν•΄ 문제λ₯Ό ν•΄κ²°ν–ˆλ‹€.

 

[ν•΄κ²° 방법]

1. 마우슀 우클릭 > TortoiseSVN > Repo-browser

 

2. λ¬Έμ œκ°€ λ°œμƒν•˜λŠ” ν΄λ”μ—μ„œ 이름을 μˆ˜μ •ν•œλ‹€.

 

https://stackoverflow.com/questions/18452218/how-can-i-get-rid-of-the-error-folder-name-not-valid-as-filename-in-directory

 

How can I get rid of the error "'folder_name' not valid as filename in directory" in TortoiseSVN 1.8.1 when checking out?

When trying to check out a repository, I get: My TortoiseSVN version is: I downgraded to TortoiseSVN 1.7.13: With TortoiseSVN 1.7.13, the check out works fine but I cannot update/commit and it s...

stackoverflow.com