I have several Visual Studio web application projects that include SVN externals. When a new file is added to an external module, VisualSVN brings it down to the file system, but doesn't add it to the Visual Studio project; it has to be manually added.
I might write a macro to automate this process, and I'm wondering if I can make it a...
I'm creating a batch file (on Windows Vista) to deploy my project from development to our staging server. The code I currently have is:
:: Copy files from development to staging
robocopy \\local\file\path \\staging\file\path /MIR /Z /XD .svn /NFL /NDL /XF *.cs *.sln *.csproj *.suo *.resx *.user *.sln.cache
:: Create a new SVN tag in th...
benson@cn0:/u1/benson/corpora/he/walla$ svn rm "_12_@@_live.xml"
svn: '_12_@' does not exist
The file with the full name is in there, I got it from svn co. Now I'm trying to get rid of it.
Does anyone know how to persuade it not to stop at the first @?
...
After having checked out once the repository to a folder, the svn command line client remembers the username and password (along with the repository url?). So, 2 questions arise:
is there a way to make it stop remembering the login info (and ask user/pass every time)?
is there a way to make it 'forget' the current login info (to delete...
This is a newbie question...
I got this project and I want to use the google.code svn system, but, I do not how... In fact, I am not so used to svn... Here is what I' ve done:
svnadmin create octopy_repo
svn import /home/mrt/python/Qt/octopy file:///home/mrt/octopy_repo -m "Initial import"
Adding (bin) /home/mrt/python/Qt/octopy/...
Hi, I'm going through the process of setting up SVN on my remote web server (Linux Centos), and I'm needing a bit of help to make sure I do it correctly. So far I've installed SVN and used svnadmin create to set up a repo at /home/repos. The plan would be to set up projects within /home/repos e.g /home/repos/project1 etc. I've also edite...
Hi,
we are 5 developers working in an svn environment.
every programmer can work on small bugs and commit whenever he wants.
after the work has done, i want to give them the way to deploy to the production without considering the other programmers and their deployment.
for example:
while i am committing, other user is committing too but ...
This might be a dumb question but I'm unable to understand:
When we create a new branch, why do we need to 'switch'? What does this 'switch' exactly do? Can't I use the whole repository as I was using earlier without bothering about switch?
...
I asked this similar question and got a satisfactory answer. However, doing the same with SVNPoller doesn't work.
So how can I pass --trust-server-cert as an extra param to SVNPoller in buildbot
...
So we have two automated processes on our build system. The first performs an svn export which exports a project to directory A. The second performs an scp which scps a project from directory A to a different machine. Sometimes, possibly due to a race condition, a situation arises in which a whole bunch of .tmp files are created, almo...
I'm trying to configure SVN web access on Apache2 under Windows Server 2008 for different write permissions.
I have next Apache2 conf:
<Location /svn>
SVNParentPath "E:\SVN"
DAV svn
SVNListParentPath on
AuthType Basic
AuthName "Subversion repositories"
Require valid-user
AuthUserFile svn-auth.txt
AuthzSVNAccessFile svn-acl.tx...
Seems like this should be a simple question:
Where does apache keep the index.html file that is used when browsing the repository?
...
I downloaded and installed visualsvn server, visualsvn and tortioseSVN.
The installation web well. I set the repository root as e:\Repositories. Once installed I created a repository called Test, and added users. All is well so far.
I already had a test project created in visual studio (2008), located at d:\projects\test so I opened...
In our company, we are working on a product composed of different C/C++ modules. Ideally, each tier and module should be developed by separately by different teams and tested independently. Currently, we have separate each module into it's own branch:\
The modules are:
\hid
\branches
\tags
\trunk
\api
\branches
\tags
\trun...
Hi All,
Iam using robocopy \mir command to copy the source files from MKS sandbox to SVN working copy and then iam committing to svn repository.this process is needed becasue we are in the process of changing the source control tool from MKS to Subversion.
set mks_path=C:\test
robocopy "C:\test" "C:\testsvn\Source" /MIR /XD "%MKS_PATH%...
Everytime I start a project I have to think carefully about which files to exclude from source control. Has someone made a list of the criteria so I can look it up from the beginning? I work on my own so I have not got round to it.
I appreciate that in the case of a DLL, you would want to include some and exclude others, so it is not jus...
we are a small startup company, starting from scratch. We use Subversion, the repository is located on a Web-based service.
I am familiar with CVS and read some intro to SVN, that's not a big deal. I am interested in references to CM methodology that will allow us to spend the least effort on the CM per se, but will enable us to work sm...
I am a lone developer. We have a couple of websites hosted on a web host. The svn repository is also on the web host. In house, we have a development machine, which is a close-enough replication of the live environment.
For the live website, I have an export from subversion, appropriately named with the version number. The live website'...
I read related question before submitting this question but wasn't able to find the exact question that has the same issue as mine.
I am trying to setup some automation on a windows box. I have ant target to do update and I have used eclipse as my java development editor. Windows box have svn client (TortoiseSVN) installed and I used ...
Hi,
A developer from our office accidentally deleted the Repository from the Visual SVN server.
Every developer in the office has a copy of the files, so I'm not worried about the files.
What I want to recover is the changes log.
Can this be done?
...