I create svn config file, use apache as:
<Location /svn/myproject>
SVNPath D:\svnserver\projects\myproject\svn
AuthzSVNAccessFile D:\svnserver\projects\myproject\conf\access.conf
Include D:\svnserver\projects\myproject\conf\require_users
</Location>
But root-path is repeated so much.
I want to set path as environment variable t...
Hello,
I've followed this link:
http://stackoverflow.com/questions/3852986/how-to-set-up-an-scm-in-xcode
However when opening the window to import the repository I have only the repository bar and no import features.
I have also run the command line 'svnadmin verify [my svn directory]' as well as seeing the green light in the configur...
Hi Glenc,
I noticed that this blog is rellay helping folks!!!!
I really appreciate it.
I'm facing issues with configuring SVN with LDAP.
SVN Version: 1.6.6
Apache versio: 2.2
Using Tortoise client to access the repo.
I've copied the "mod_authz_svn.so" and "mod_dav_svn.so" from svn to modules dir of the apache.
Apache starts normally ...
I am using Eclipse and Subversion for Java development, and I find myself wishing for a feature in version control systems (one that is not available in SVN, to the best of my knowledge).
I would like my project settings files to be half-ignored. To be more precise, I want them to be available in VCS, I want merge to occur when someone ...
There is a file, let's call it fileToBeIgnored, that is versioned in SVN and shouldn't be. I understand that svn:ignore only prevents the addition of files to the SVN repository. Already versioned files will keep on getting versioned regardless of matching the pattern. I'm perfectly ok with removing fileToBeIgnored from the SVN reposi...
I think the question explains it all, but let me explain what I want to do.
I am playing around with the idea of whenever a tag is created in my repo, all the commit messages entered since the previous tag are entered into a wiki page. That way, people do not need access to the subversion server to see what commits were made for each t...
(Specifically for VisualSVN.) Should you use SVN authentication or Windows integrated authentication?
Correct if anything here is wrong, but...
The issue with SVN auth is that the administrator basically either has to have the dev come over to type their own password in when their account is created, or they have to create a password ...
I'm working with git locally, so I have many branches at a given time. Collaboratively, the project runs off a single subversion repository. When I need to update my local, the workflow is similar to the following:
git checkout master
svn update
git add .
git commit -am "updated from svn"
Now I may have several branches that are behin...
Hi,
I've been trying to get my head around SVN merging/reintegrating and have read a these articles/books:
http://svnbook.red-bean.com/en/1.5/index.html
http://blogs.open.collab.net/svn/2008/07/subversion-merg.html
I obviously haven't quite got it, as I can't see why including synched revisions in a merge back to trunk (reflective/cyc...
Ack! I just mistakenly ran "svn revert somefile" with the wrong filename pasted in. Now my nicely modified file is gone!
I'd like a "svn unrevert" command. AFIK there's no such thing. What is the next best way out of this mess?
...
Something is wrong with one of my visual studio projects and tortoisesvn handling the source control.
This is how I checked the folder out of the sourcecontrol:
Solutionfolder
-> .sln file
-> .suo file
-> project folder
If I perform a rightclick on the solutionfolder, I see that this folder is assosiated with SVN. I can click commit, u...
I'm thinking about implementing source control at my work. Ideally, I wanted to use Subversion since it seems to be the tool of choice at the moment. However, I seem to have hit a brick wall since it just isn't practical for all our developers to work in local environments. We do web development with Coldfusion and use a shared develo...
We would like to ignore certain files and folders for the entire project. CVS used to have .cvsignore where you can specify this information and commit this to be part of the CVS.
Looks like in SVN you will have to set properties at the folder or file level, which is kind of inconvenient for all developers. Is there a simpler way simil...
I have a godaddy shared server with ssh enabled. Is it possible to install svn via ssh? If not has anyone found any other ways?
...
I was contemplating moving to a version control system at work, but the learning curve may be too much for the many copywriters that open simple html files and editt them on our shared development server. The main issue is that sometimes two people will work on the same file (on our development server) at once and overwrite each other. ...
I've set up an SVN repo and I've downloaded the free version of Versions. Now, how do I get started with Versions? I get an error when I try to create a repo bookmark.
...
I'd like to use
http://www.visualsvn.com/server/
which installs simply on windows. But I'd like to know if I could copy it if needed on a linux server with apache subversion server installed. How can I be sure that the versions of format are the same ?
...
svn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
new...
Hello,
CentOS 5.3
I have a directory called repos. Inside that directory I have repositories and subdirectories of repositories. There are more than 30 repositories in all.
We are now moving our repositories to another server. I am just wondering what is the best way to copy all the repositories.
I have looked at svnadmin dump and h...
We have just had a file server fail which contained our SVN repository.
We're trying to recover the file system but at the moment, that looks like it isn't going to happen so we're looking at backups.
The best full backup that I have available is one week old.
My plan is to restore this backup to a new SVN server. Then run through eve...