Tagged Questions

0
votes
2answers
58 views

Tortoise SVN - moving whole project to a folder

I am having a huge problem with this. I want to take my whole project from the root folder, and move it to the root/webUI folder. What I have done seems simple, but it's not working. I simply made …
1
vote
2answers
134 views

tortoise svn (relocate to new repository)

hello experts, we are facing problem in relocating our application from old repo to new one. initially we were using //10.X.X.50/svn/XXX. now we trying to shift to new repo at …
0
votes
1answer
33 views

How do I access a second repository on a server created using tortoise SVN

We have a machine on our lan and we check out of using tortoise subversion using svn://serverName/ e.g: svn://repoMachine/MainProject/trunk I have created another repository on the repoMachine in a …
0
votes
4answers
127 views

Why won’t svn let commit .htaccess files?

Try as I might, I can't commit .htaccess files from my windows svn client (tortoise svn). The error that is returned is: Could not read status line: Existing connection was forcibly closed by …
2
votes
4answers
111 views

Tortoise svn version for server version 1.5.5

Which version of tortoise svn should I be using? My server version is 1.5.5 My svn commandline client version is also 1.5.5
4
votes
16answers
403 views

How Often Do you Back Up your Subversion Repository?

I wanted to know the frequency at which different shops are backing up their repositories. I have heard some even go to the extent of every 5 minutes to prevent from having to worry about after a …
0
votes
1answer
37 views

Easy way to combine newest local revisions after Restoring a Repository [closed]

Possible Duplicate: Restoring a Subversion Repository AND Getting it back Up-to-Date with Everyone’s local changes ok, I restored an old backup of our repository. Now I have the …
2
votes
4answers
159 views

How to move a project to a new SVN repository?

What's the best/easiest/fastest way to move a project from a local copy to a new repository? The machine hosting the original repository died and i am in the process of recreating a repo on a new …
3
votes
2answers
511 views

Subversion (using VisualSVN/Tortoise) refuses to pull down new files

A problem has started occurring recently in which some new files added to the subversion repositories don't get pulled down to other clients after doing an Update. If I browse the repository with …
0
votes
3answers
104 views

Moving files or directories with TortoiseSVN

I don't get it. I created a folder. Added it using the SVN Add command. Then took one of the files that was already versioned and right mouse moved it. When I got the context menu I selected "SVN …
0
votes
1answer
135 views

When I try to access visual svn server from svn tortoise,it gives me an error 502 proxy error

Hi All Please tell me a way to access visual svn server from another machine using a tortoise SVN client. Evert time I try it gives me a 502 proxy error. Please help me out!!! Keats
0
votes
2answers
201 views

Tortoise Delete File System Repository

I am working on a file system repository with Tortoise. I deleted the initial folder where I created the repository. The folder which I added to the old repository, when I try to add to a new …
0
votes
2answers
229 views

SVN: set properties on directories only

In SVN is there any way to set (bugtraq) properties on all directories in a tree without checking out the whole tree? I can't set properties in the repository directly without setting hooks. Even if …
0
votes
1answer
109 views

Tortoise svn adding <<<< to files!

Hi everyone. My problem is that whenever I update a folder via tortoise svn I get the files that were edited and now different from revision 1 to revision 2, SVN adds a "<<<<<<" to …