I have someone connecting to my repository using the url (substituted the IP address):
svn+ssh://[email protected]/subversion
Yet when they commit files, the author entry is "null".
According to this article: http://tortoisesvn.net/node/80
it should be working fine.
Does anyone have any suggestions?
...
I'm looking for something like:
svnserve stop
...
We currently use svnmerge to manage merging. The environment is a mix of v1.4 and v1.5 clients, and the svn server was recently updated to v1.5.
After evaluating svn 1.5's merge features, it was decided that we'll stick with svnmerge to manage merges until the rename & reflective merge issues are sorted out (hopefully in svn 1.6).
My...
I have a SVNSERVE server set up to host multiple repositories.
Short question here
My question is really this: I have authz, passwd, and svnserve.conf in the main directory outside the repositories, and this seems to work, in the sense that changes here will give, or deny, access to the relevant repositories.
However, due to an error ...
Client ---| Internet |--- Server
So I have set-up an svnserver server and it is running already. I typed svsnserve.exe --daemon --root "C:\Documents and Settings\Subversion Directory" on cmd. I have also set-up a repository and I can browse it through TortoiseSVN. I am the server computer. What I want to do now is for a client computer ...
We are planning on a daily synchronization between TFS and SVN. The updates (Latest Version) from the TFS will be done to a network folder, and SVN repository will be updated to get the latest from the network folder. Is there a script to access the network folder from the SVN to get the latest?
We were using TFS when the license expi...
Here's what I did, I have installed svnserve as a service and I started it with the net start svn service command. I typed svn ls svn://localhost to test the service but it returned the error as stated in the title of this post.
I entered svn --version and svnserve --version on my computer to find out the version numbers and the client...
We would like to evaluate whether the SVN protocol works better for our team than HTTP, but we don't want to commit to a full switch just yet.
Right now we have an Apache sever serving up our main repository. Can we safely use svnserve.exe to with the same repository so that a few of our developers can test it? My initial guess is that ...
Really strange problem here. I'm setting up an SVN server and I'm basically trying to enforce the following rules:
All users have read-only by default
svnadmin can write to the root (to create new projects) and to the project folder (to create the trunk/branches/tags directories)
developers can create directories in //branches and can...
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 would like to configure my local SVN server to support both a global passwd file and a project specific passwd file.
I have a global passwd file set up that is currently used to administer all accounts. The only problem is, sometimes we want to an outside developer to a single project. With our current setup, we have to grant them acc...
After our source control machine rebooted, the SVN path to our repository somehow changed:
Before:
svn://machineName/OurProject
After:
svn://machineName/someFolder/OurProject
How do I fix this?
...
I'm trying set up a git repository on a shared hosting account that can be accessed by both me and a friend. I have successfully done this with a Subversion repository by adding this line to ~/.ssh/authorized_keys:
command="/usr/bin/svnserve -t -r /path/to/svn/repo \
--tunnel-user=myfriend",no-port-forwarding,no-agent-forwarding,\
n...
Hello, I've set up using many tutorials from the web a repository and svnserve on my mac.
But I cannot access it from the internet.
If I call the following command everything works alright:
svn co svn://192.168.1.10 /working_copy/myproject --username me
And If I call the following:
svn co svn://my_external_ip /working_copy/myprojec...
Hi,
We have a requirement that every piece of code that makes it into production will be reviewed by a senior developer.
The way I have envisioned this working is by a naming convention for branches that regular developers cannot check code into.
Following the SVN recomended directory structure this translates into something like.
[p...
I was reading the Red Bean book and noticed this paragraph:
Do not be seduced by the simple idea
of having all of your users access a
repository directly via file:// URLs.
Even if the repository is readily
available to everyone via a network
share, this is a bad idea. It removes
any layers of protection between the
user...
Hi everyone, I'm new to setting up subversion but originally when I made a repository, all my team members could update and commit without problem. There was a problem with it so we decided to recreate it, but now only I can commit changes to it. And my username/password doesn't work on their computers, so I'm sure it's something obvious...
Hi!,
I have setup svnserve server (1.6.5,plain, without apache) on Fedora.
The users, who has accounts in same machine want to checkout a working copy. I have
read svnbook and other sites and found file:/// access method is being used to checkout as
svn checkout file:///var/svn/repos/myproject/trunk myproject ( ref:svnbook)
I am littl...
Hi!,
I have setup svnserve server (1.6.5,plain, without apache) on Fedora.
I start the svnserve with the command
'svnserve -d --foreground --listen-port=3690 -r /usr/local/svn-repos/proj-test'
When user trying to checkout working copy from the local machine with command
'svn checkout svn://127.0.0.1/proj-test' gets following error
...
Hi!
I have setup subversion 1.6.5 on Fedora.
I have decided to use a single repository for multiple projects. I have added one project, projA, to the repository. I will have more projects to add to the repository in future.
If I try to add next project with the command
'svn import . file:///path/to/repos' gives
svn: File already exists...