SVN của mình có một folder(Internal Projects) bị lỗi và giờ mình muốn xoá nó nhưng không được. Vấn đề nằm ở chỗ có khoảng trắng ở giữa folder. Bạn nào biết cách delete theo kiểu này xin vui lòng giúp.
[root@localhost svnrepos]# svn delete 'http://192.168.100.12/svn/company/Internal Projects/' --message "deleting"
svn: URL 'http://192.168.100.12/svn/company/Internal%2520Projects' does not exist
[root@localhost svnrepos]#
[root@localhost svnrepos]#
dưới đây là cấu trúc của repo company
company - Revision 19079: /
Dưới đây là command mình sử dụng "\" chỗ có khoảng trắng:
[root@localhost svnrepos]# svn delete 'http://192.168.100.12/svn/imt/Internal\ Projects/' --message "deleting" svn: URL 'http://192.168.100.12/svn/imt/Internal%255C%2520Projects' does not exist
[root@localhost svnrepos]# svn delete 'http://192.168.100.12/svn/imt/Internal\Projects/' --message "deleting"
svn: URL 'http://192.168.100.12/svn/imt/Internal%255CProjects' does not exist
[root@localhost svnrepos]# svn delete 'http://192.168.100.12/svn/imt/Internal\Projects' --message "deleting"
svn: URL 'http://192.168.100.12/svn/imt/Internal%255CProjects' does not exist
[root@localhost svnrepos]# svn delete 'http://192.168.100.12/svn/imt/Internal\20%Projects' --message "deleting"
svn: URL 'http://192.168.100.12/svn/imt/Internal%5C20%Projects' is not properly URI-encoded
[root@localhost svnrepos]#
Nhờ các bạn trợ giúp.
[Question] Không thể delete folder có khoảng trắng trong SVN
Tại sao khoảng trắng lại bị encoded thành %2520 nhỉ ?
@quanta
cảm ơn anh, em cũng không biết tại sao nó lại như vậy. Em có search trên google thì một số chỉ dẫn nói rằng để delete foler có khoảng trắng ở giữa chỉ cần thêm "%20" vào chỗ khoảng trắng là được nhưng em làm thì không thành công.
anh có cách nào giải quyết cho tình huống này xin giúp em.
Thanks.
[Question] Không thể delete folder có khoảng trắng trong SVN
Điều này có nghĩa là khoảng trắng bị encoded 2 lần. Bug chăng? Search thử thì được: http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2607855
Bằng phương pháp loại trừ, bạn thử một chương trình Subversion client khác xem.