2011/1/25 Jonathan Paul :
> In here there is a good explanation of NTFS's shortcomings in relation to
> subversion: http://superuser.com/questions/15192/bad-ntfs-performance
> I would also recommend Linux for subversion servers
As far as I can see, that discussion relates to Windows/ntfs vs
Linux/
> As far as subversion is concerned, is there any reason to go for one OS over
> another when setting up a new subversion server?
NTFS (specifically, its implementation in Windows) is often said to
have poor performance (not sure whether this applies to subversion).
Also if the server only hosts s
> Mind you, I highly discourage theh HTTP or HTTPS access to Subversion
> due to the plain-text password storage issues for UNIX/Linux/CygWin
> clients.
IIRC 1.6 client can be configured to use gnome keyring or kde4 kwallet
for Linux
(http://subversion.apache.org/docs/release-notes/1.6.html#auth-
2011/1/6 :
> Dear Sirs
>
> Is there a way to make SVN in Windows OS automatically add new-created
> files which are in the monitor list. This will be very helpful and
> useful because there are many times in which not all the files made by
> someone are added because some of them are missed someho
2011/1/7 Altaf-Hussain Sayyed :
> Hi,
>
> Can I install subversion system on my own web hosting having WINDOWS and IIS.
>
> Please guide.
>
> Thanks and regards,
> ALTAF
>
>
>
>
>
AFAIK you cannot serve subversion with IIS. You'll have to use apache
or svnserve (see also
http://subversion.tigris.o
2011/1/19 erica hollis :
> Hi,
>
> Does anyone know if there is a way to manage two very similar Ruby on Rails
> projects with minor differences, so that both projects could be updated at
> once? Sometimes only a file in one of the projects would need to be
> updated, but often the change applies
> The short answer is "no".
Any way hardlinks/symlinks could help?
E.g. symlinking an out-of-working-copy-file to a working-copy-file?
AFAIK, the default Windows console font may not work with encoding,
other than OEM one. After performing `chcp' you may want to switch to
`Lucida Console' or `Consolas'.
2010/10/31 Paul Maier :
> Hello David,
>
> thank you! I have added "chcp 1252" at the top of my script
> and the result is stran
So, you want your users to be able to make a sparse tag of "trunk"
without "access" subdirectory? If a user can check out "trunk" without
"access" (in your configuration) he may try to tag his working copy.
2010/9/1 alinagra :
> Hi, Johan,
> Thanks for your reply!
>
> I want to create tag for /tru