Login | Register
My pages Projects Community openCollabNet

Discussions > users [DISABLED] > Re: Deployment with simbolyc links

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: Deployment with simbolyc links

Author Erik Huelsmann <ehuels at gmail dot com>
Full name Erik Huelsmann <ehuels at gmail dot com>
Date 2009-02-27 08:06:54 PST
Message On Thu, Feb 26, 2009 at 9:32 PM, Giorgio Sironi
<piccoloprincipea​zzurro at gmail dot com>​ wrote:
> Hello, I use subversion for development and deploying of a web application.
> I set svn:ignore on config files folder and it works like a charm. However,
> I have to substitute three folders that on the hosting have not right
> permissions (writable from apache) with three symbolic links to writable
> directories that lies elsewhere on the server.
> Now when I do svn switch over another tag of my application, svn refuse to
> continue because sees files (links) instead of the dirs that are in the
> repository. I have to rename the links, switch and then removes the checkout
> folders and rename the links again. What can I do to tell svn to ignore my
> modified files? --force does not work.

Directories hold administrative data. Just removing them breaks your
working copy. Don't do that. you can do 2 things:

1) Don't create the directories in the repository in the first place.
2) Commit the symlinks to the repository in a different location and
switch the directories to those locations.

Bye,

Erik.

« Previous message in topic | 2 of 2 | Next message in topic »

Messages

Show all messages in topic

Deployment with simbolyc links Giorgio Sironi <piccoloprincipeazzurro at gmail dot com> Giorgio Sironi <piccoloprincipeazzurro at gmail dot com> 2009-02-26 12:32:45 PST
     Re: Deployment with simbolyc links Erik Huelsmann <ehuels at gmail dot com> Erik Huelsmann <ehuels at gmail dot com> 2009-02-27 08:06:54 PST
Messages per page: