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 location.
the Repositories are in the D:\SVN\ path
so lets name them
D:\Svn\Rep1\
D:\Svn\Rep2\ ...
well i tried to modify the svnserve.conf file in each of them...
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 file changes however:
The .svn is in the public www but a .htaccess forwards all commands to a different directory.
How do I go about figuring out the corre...
I'm working with a team that is developing a large CakePHP application. Here's how it works:
Our company creates HTML/CSS/JS page designs and commits them to our design server. The outsourcing company in India "downloads" those page designs and writes the PHP/AJAX code for them. Then they commit the completed code with the page designs...
If, for security reasons, source code can only be stored on my home computer and office computer, which source control would be best IF the only method of transporting the code would be a USB key?
SVN or GIT?
note: there is no network connection between the 2 computers.
...
Hi,
Im having issues with a simple post-commit script. The goal is to update a different working-copy if a special keyword is present in the commit message:
The script im using for testing is:
#!/bin/bash
REPO="$1"
REV="$2"
TEST_SERVER="localhost"
PROD_SERVER="172.16.16.1"
# Check for a deployment signal
if ( svnlook log -r...
I installed VisualSVN on port 8080. So I can access it with http://www.mysite.com:8080 and everything works fine.
I now want to access the svn using http://svn.mysite.com instead of using port 8080. So I created a HTTP Redirect in IIS 7 for site svn.mysite.com (which is on port 80) to http://www.mysite.com:8080 (using permanent redirect...
Hi All,
Please do let me know how to write the below commands in subversion
1) How we can commit a file in chunks.
2) Attaining lock on all files before we commit.
...
I am new to configure SVN on my machine, When I am trying to configure my application/Project that is on SVN, using SVN Checkout, I am getting these errors.
Unable to open an ra_local session to the URL
Unable to open repository 'Path'
Expected FS format '2'; found format '4'
Please help
Thanks
...
I used to do my PHP work on Windows. I used SVN and my repository is on an NTFS folder. I installed Linux on one of the partitions and I want to import that repository to SVN linux. Any way?
...
Wondering if it is possible to have a version control of a MySQL database.
I realize this question has been asked before however the newest is almost a year ago, and at the rate things change...
The problem is coming that each developer has apache/MySQL/PHP on their own computers to which they sometimes edit the database. Its rather in...
The $Revision$ in CVS shows the version of a file, which based on modification count.
This is very convienient, as the modification count can be used as "Build Number", and for each file, the number itself reflects the "growing life" of a file.
But in SVN, the version is about the whole repository, any modification to files are by me...
I am somewhat lost in merges. I develop in a single branch and merge it into the trunk when a piece of code is done. Somehow, there are still differences between the trunk and branch, which means every time I switch from the branch to the trunk or the otherway around, several files are updated, added and deleted.
As said, I am somewhat ...
At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent projects to the latest version of a shared component automatically without any intervention.
At a new workplace we are using cc.net with s...
On a LAMP/Plesk VPS, I would like to give one domain administrator the ability to SSH in to their accoount and run svn update.
It seems I have to give them the root password to do this, but this is not acceptable to me.
If I try with domain account, I get permission errors involving .svn/tmp/ files, which seem to have root permission...
I have an svn repo that looks something like the following:
TRUNK/
trials/ <- this is a java package
<a bunch of java files>
When I check this out with eclipse through subclipse, I end up with a project with an empty src directory and a folder next to it called trials, which is not what I want. Is it possible to check...
If you delete a directory from a SVN working copy, but haven't commited yet, it's not obvious how to get it back. Google even suggests "svn undo delete before commit" as a common query when you type "svn undo d", but the search results are unhelpful.
edit: I'd like a solution that works in subversion 1.4.4
...
Hi,
I'm trying to capture all comments and dates entered by my team while committing their changes and append them to the source file (C#). I know svn:keywords allows you to capture some metadata but it gets updated each time a commit is executed.
In my previous job we had CVS configured to do exactly that. Was wondering if I can do th...
How do I compare one branch with another? I want to compare a branch with the latest revision in trunk.
...
I have been following the post below trying to hook my SubVersion installation to my Mantis bug tracker.
How To Integrate Subversion and Mantis
Everything works fine until the last line where it calls the Mantis checkin.php script and feeds it the message string that has been created in the script.
exec(CHECKIN . " <<< \"$message\"");...
There are many subversion hosting companies, some free, some charge a bit/a lot. When google first offered GMail, they allowed users to come and to leave, unlike most other major providers. You could export all your email to another account, etc.
Are there anything similar in SVN hosting market? I only found xp-dev.com to offer that, bu...