Tagged Questions

2
votes
2answers
24 views

Ignore symlinks in clean URL’s in .htaccess

Example URL: example.com/user /user is both a symlinked directory and a valid URL to content on my site. I user Horde Routes to request the content and all requests to the site go through index.php. …
1
vote
4answers
94 views

Create broken symlink with Python

Using Python I want to create a symbolic link pointing to a path that does not exist. However os.symlink just complains about "OSError: [Errno 2] No such file or directory:".. This can easily be done …
3
votes
5answers
69 views

Mulitple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, i currently duplicate the files each time i create a new site and uplaod different css and images. What …
0
votes
3answers
38 views

Is there a way to edit a symlink without deleting it first?

So I created a symlink: ln -s /location/to/link linkname Now I want to change the location that the symlink links to. How do I do that? is there a way to do it without deleting it first?
2
votes
4answers
72 views

Can ‘make’ check if mtime of a dependency is *different* between runs, not just if it’s newer than target?

If foo_user.cpp depends on foo.h, then foo_user.cpp is built, and then foo.h's modification time is set to further in the past, make will not rebuild foo_user.cpp (because foo.cpp is 'newer'). I'd …
1
vote
0answers
110 views

Ubuntu: Creating a symlink with network shared folder [closed]

Hi, I'm trying to create a symlink with a network shared folder (located in a windows sys) from my ubuntu system using the command. ln -s smb://sys-name/www www It creates a link but it says the …
0
votes
1answer
40 views

Symlinks in Linux/PHP

Hello, Using PHP on Linux, I can just use the is_link() function to detect whether a given file is a symbolic link. However, is there a way to detect if a given file is the target of any other …
5
votes
3answers
70 views

Is there a version of os.getcwd() that doesn’t dereference symlinks?

I have a Python script that I run from a symlinked directory, and I call os.getcwd() in it, expecting to get the symlinked path I ran it from. Instead it gives me the "real" path, and in this case …
1
vote
1answer
123 views

Commit symlink into subversion

I'm tring to commit a symlink into subversion, but I get this error when I try to add the actual symlink: Can't replace 'path/to/symlink' with a node of a differing type; the deletion must be …
1
vote
3answers
162 views

Can you change what a symlink points to after it is created?

Does any operating system provide a mechanism (system call - not command line program) to change the pathname referenced by a symbolic link (symlink) - other than by unlinking the old one and creating …
4
votes
4answers
143 views

Symlinks on windows?

Does anyone know of a way to make/read symbolic links across versions of win32 from Python? Ideally there should be a minimum amount of platform specific code, as I need my app to be cross platform.
0
votes
3answers
35 views

Uploading symlinks to a server

Hi all, Is it actually possible to upload symlinks and keep them as symlinks as opposed to uploading the files they're pointing to? I have a directory structure that relies on symlinks and I'm …
0
votes
2answers
130 views

Replace important symbolic link ‘safely’

I would like to change the target of symbolic link from within a bash script. The problem is that the symlink is quite important (it's /bin/sh, namely) and I would to do it in fashion that: New …
1
vote
1answer
131 views

Can the Subversion client (svn) derefence symbolic links as if they were files?

I have a directory on a Linux system that mostly contains symlinks to files on a different filesystem. I'd like to add the directory to a Subversion repository, dereferencing the symlinks in the …
0
votes
1answer
54 views

Combing a symlink to an external folder with a Rewrite Rule?

I've created a symlink in an account to an folder external to that user account (although with the same ownership). The symlink works but I'd like to combine it with a RewriteRule, and I'm having …

1 2 3 4 next
15 30 50 per page