0
votes
2answers
16 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
3answers
49 views
How can I change the files initially imported into an SVN repository?
I have created an SVN repository for project but now realise that the files initially imported are not the most recent.
When I compare the 2 versions of the project with Beyond Co …
0
votes
2answers
22 views
How Does SVN Client (Tortoise) and server behave if an import operation is disconnected by the server?
I am attempting to import a very large directory structure to svn with tortoisesvn. The server disconnected about 1.5 Gigs into the operation. Do I simply run the import command a …
1
vote
1answer
34 views
Moving files between independent repositories in SVN
After some research I have found that it is possible to move files out of one repo and into another, separate repo and still maintain the associated history. The process includes d …
0
votes
5answers
62 views
Tortoise won’t connect to subversion server
I'm trying to setup my home server with a subversion repo on it (after some changes).
I uninstalled-reinstalled visualsvn server on the win2k3 server box and the address to the re …
0
votes
1answer
43 views
Can’t rename project TortoiseSVN & Subversion
Trying to rename a project under the control of TortiseSVN/Subversion.
Running svn on the server where SVN is installed.
svn rename svn://192.168.0.1/MyProject svn://192.168.0. …
1
vote
4answers
55 views
SlikSVN + Windows 2008 Server
Hello Eveyone
Installed SlikSvn on Window 2008 server
Created Repository at c:\dia\svn\repos
running this windows service as:
sc create svn binpath= "\"c:\program files\sliksv …
0
votes
1answer
26 views
configure SVN for Flash Action script programming
Hi all,
I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of confl …
0
votes
2answers
48 views
Easiest way to collect revision history since last merge in Subversion
I usually commit multiple changes to my branch and merge to trunk occasionally. I'd like to keep all my commit messages in the latest revision note of the final trunk merge. I don' …
0
votes
6answers
88 views
Tracking Versions, Builds, Revisions, with TortiseSVN
I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show …
-2
votes
1answer
29 views
Tortoise SVN Version 1.7.7.17493 - show log not working
Hello
With subversion when i commit (with log message) all works well and when try 'show log' throws a windows saying want to go offine ? where as i can browse repository.
any h …
4
votes
11answers
160 views
How do I avoid Complicated Merges in Subversion?
I'm new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it th …
1
vote
2answers
42 views
SVN operation time on Vista/Windows 7/2008 RC2
Hi guys,
i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to fini …
0
votes
1answer
27 views
svn overwrite- an erntire folder in repository
Hi,
In svn Repository having a folder exProject.(which contains all the proj files) .
In my local machine I have my working copy also (versioned one).
How can I overwrite entire …
3
votes
3answers
75 views
can’t commit to svn because working copy is always out of date
I'm trying to commit some work, but svn always fails and tells me that a file I modified is out of date. I tried updating first, that doesn't work. Cleanup doesn't work. If I rever …
