You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Linux, I got a segmentation fault when editing svn properties in working copies (WCs) that were accessed by symbolic links.
For example:
Supposse I have a (real) directory with an WC at /tmp/myproj. If symlink it to /home/user/myproj (ln -s /tmp/myproj /home/user/myproj), then access it under QSvn (under "Add existing working copy", then select /home/user/myproj), when I try to edit the root directory (/home/user/myproj) properties, I get a segfault.
I'm using QSvn from subversion trunk.
OS: Linux, Debian Lenny (testing)
The text was updated successfully, but these errors were encountered:
In Linux, I got a segmentation fault when editing svn properties in working copies (WCs) that were accessed by symbolic links.
For example:
Supposse I have a (real) directory with an WC at /tmp/myproj. If symlink it to /home/user/myproj (ln -s /tmp/myproj /home/user/myproj), then access it under QSvn (under "Add existing working copy", then select /home/user/myproj), when I try to edit the root directory (/home/user/myproj) properties, I get a segfault.
I'm using QSvn from subversion trunk.
OS: Linux, Debian Lenny (testing)
The text was updated successfully, but these errors were encountered: