You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by gasdia73 <ga...@gmail.com> on 2008/09/02 14:25:00 UTC

configuration files and repository...

hi,
i didn't find a solution to this issue :
in a project i have some .ini files that i want to keep separated from
version control, cause they are lickely to be modified by users
individually, but in the same time i need them to be in the repository, so
when a new client checks out from the repository they are copied as well
i didn't find a property or something that fits my need; right now the only
solution i can think of is just copying them into a temp folder,deleting the
ini files from repository and copy them back into working folder... this way
when i do an update they are not overwritten, the problem arises when a new
client checks out from repository, cause those files will be missing...

any solution ?

-- 
View this message in context: http://www.nabble.com/configuration-files-and-repository...-tp19271233p19271233.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: configuration files and repository...

Posted by Andy Levy <an...@gmail.com>.
On Tue, Sep 2, 2008 at 10:25, gasdia73 <ga...@gmail.com> wrote:
>
> hi,
> i didn't find a solution to this issue :
> in a project i have some .ini files that i want to keep separated from
> version control, cause they are lickely to be modified by users
> individually, but in the same time i need them to be in the repository, so
> when a new client checks out from the repository they are copied as well
> i didn't find a property or something that fits my need; right now the only
> solution i can think of is just copying them into a temp folder,deleting the
> ini files from repository and copy them back into working folder... this way
> when i do an update they are not overwritten, the problem arises when a new
> client checks out from repository, cause those files will be missing...

See if http://subversion.tigris.org/faq.html#ignore-commit helps.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org