0
votes
0answers
3 views
How to access remote .SVN with TortoiseSVN
I just started working on a new project that already contains a .svn folder and respective files on a remote server. The previous developer obviously used this file to monitor the …
0
votes
2answers
70 views
Google Wave as code repository and IDE?
Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would na …
0
votes
1answer
14 views
is it possible to use one Svn passwd file for multiple repositories to autenticate users of svn service?
well i have several repositories and i want several users to access them using svnserve.exe service.
the problem is that i want to write the user names and passwords only in 1 loca …
3
votes
4answers
31 views
Version control integration with eclipse
I'm looking for a version control system just for me on my windows computer to integrate into eclipse. I was thinking to use Mercurial instead of Subversion, but I'm having doubts …
1
vote
2answers
58 views
Creating the SVN properly
I am a newbie in the world of SVN 'administration'. I have used SVN for quite a while now; not as an administrator though.
This is what I have done so far for setting up the SVN r …
0
votes
5answers
44 views
To take the backup of required files of SVN repository
Dear All,
I need to take the backup of one folder of my SVN repository. for this i have tried with svndump and svndumpfilter commands but of no use.
Can any one pls. explain how …
0
votes
2answers
40 views
SVN avoid storing passwords in plain text?
Under a bare bones setup for SVN on windows (without using VisualSVN), as per the instructions, the passwords are to be entered in the passwd file.
Does SVN provide a way to encry …
1
vote
3answers
32 views
SVN a symlink pointing to my home directory
Question: Is it possible to svn a symlink and the link is pointing to something in my home directory so that when my other co-workers performs an svn update they will see the symli …
0
votes
1answer
4 views
Server sent unexpected return value (405 Not Allowed). Nginx, SVN
All greetings. Installed and configured the SVN, but the project is to commit a mistake and not complete. Server nginx, client - tortoise. Gives the following error:
Commit fai …
0
votes
3answers
37 views
Github and SVN Workflow
I'm working on a project with 2 more developers. The problem is that 1 developer is using SVN and the other developer and I using github. Is there a way to keep everything synced o …
3
votes
2answers
80 views
Interacting with SVN from appengine
I've got a couple of projects where it would be useful to be able to interact with an SVN server from appengine.
Pull specific files from the svn (fairly easy, since there is a w …
8
votes
11answers
654 views
+100
Share common / useful SVN pre-commit hooks
What are some common and/or useful pre-commit hooks for SVN?
1
vote
1answer
49 views
Powershell scripts to backup SQL, SVN
I'm trying to use PowerShell to create some backups, and then to copy these to a web folder (or, in other words, upload them to a WebDAV share).
At first I thought I'd do the WebD …
0
votes
2answers
20 views
Importing local file dir into SVN repo with TortoiseSVN
This is my first time trying to use any SCM so please bear with me.
Following the SVN manual, I create a repo in an empty directory. All good.
Then I try to import an existing pr …
0
votes
1answer
21 views
pysvn with svn+ssh
I'm working with pysvn, and I'm trying to find a decent way to handle repositories that are only accessible via svn+ssh. Obviously SSH keys make this all incredibly easy, but I can …
