I'm looking at using ivysvn to help us use a local ivy repository in our svn repository.
I found this tutorial which I found easy to follow, and almost works, except for 3 points:
The tutorial has a blank username and password. How can I get this to work with our SVN repository (which does not allow anonymous commits) without having t...
I'm having trouble figuring out how to change my mindset to git and have run in to the following problem. I have the situation where we have a shared engine and multiple projects that use the engine. Internal development teams and second party teams may be working on projects that use the shared engine, and want to be using HEAD of the s...
I don't want to install a single thing. There must be a web based viewer somewhere! I'm having a hard time finding such a thing in google.
There must be somewhere online where I can simply paste "svn://nex-3.com/gtk-themes" and it will let me browse the contents.
...
What I'm looking for is this:
Say I have a file "database.conf" that has some default values for a database connection (dbname, user, password, etc). Everyone needs this file with different settings (eg. password). However, the local changes to this file should not be commited to the repository ever. So the file should be kind of "check...
We currently work on multiple branches of our web application. The VCS of choice is SVN.
We have:
v1: /trunk, live application, bugfixing
v2: /branches/1, additional features, without trunk bugfixes
There are more steps planned. The current plan is to have a stable and client accepted v1 and then merge v2 into v1. At that point it's...
Hi there,
just changed over form visualsvn to AnkhSVN. Loving it... but i need to add files and directory that are on my disk to SVN ... but the files and directory are not part the solutions (Vs2010) ... Its basically i directory where i store some dlls but if the directory is not present then i have missing references.
Is this possib...
Say in my repository I add a file or make a change and commit that. Another client who also has the source previously exported to them exports again. Will they get the entire source or only the new stuff added? If not what about checkout? Thanks
...
I'm trying to commit my changes to my SVN repo, by clicking on the file, team, commit, but then in the Console in eclipse, it says
commit -m "" /Users/admin/Documents/workspace/Challenge5-Ghostomatic/GhostList.java
Skipped
And it does that for all the files, even though the local version has changes that the SVN doesnt have. How ...
I'm part of a team that operates a portal for our company. There are ~200 small, what we call applications, inside of the portal. One may be to submit receipts, another to submit a timesheet, another to see activities going on, etc.
Each of these applications is fairly separate from the others, so we've created individual trunk/branch...
I would like to add a file to a remote svn repository without checking out the project.
svn add requires the project to be checked out
svn import seems to only import directories
Any ideas?
...
I have trac set up for my private and job projects and I have an ability to define tasks or describe bugs there. As most of the time I work at those projects alone, I usually choose to write the TODO lists on sheets of paper. When a task is done, I just strike it out from the sheet. When the full page of tasks is finished, the sheet is t...
Is it possible to access an svn log without having svn installed? I'm trying to access a log of recently changed (committed) files on Assembla, but the hosted web server from which I'd like to send this request doesn't have svn installed. Since all I'm doing is sending the svn server a few parameters like my name, password, output format...
I know the revision number that this mistake happened, then how can I roll back?
...
Hello,
I would like to know as how to commit a file/folder to multiple folders in one go using subversion tool.
I can place the file in multiple folders and then do commit, but i just want to place it is a single folder and it should create copies in the required folders. Is it possible?
...
Hi guys,
I have
/var/www/cool_codebase on www.example.com AND I have
/var/www/cool_codebase on www.example.net
The codebases are for the same web app running on different servers. There is some specialisation between the codebases (client-specific bits and bobs etc) - but not too much. One codebase has files that the other doesn't an...
Hello,
We are working on .NET Windows Application. We were using TFS from the beginning. Now, after Assembla - an agile wiki project management and collabration tool that provides a repository for source control which is on SVN we are moving from TFS to SVN.
We didn't bother when we started how would we provide (weekly) builds to our Q...
So, i've been working on a project for a long time and when I finally came to a release version and wanted to create a tag I suddenly realized, that the person, who set up the SVN server somehow didn't create trunk/branches/tags folders. So, the trunk is in the root folder of the SVN directory.
Is there any normal way I could create a t...
I work under Ubuntu and use Eclipse+Subversive to commit code to my SVN repository.
I accidentally shared a project I don't want to be shared. I disconnected it, but obviously I can still see it (e.g. via websvn interface).
How can I delete this project (folder) from the repository itself?
...
Hello!
Вeing a happy user of git I now have to switch back to svn in one of the projects. I use it through the shell in Ubuntu and look for some command which may be similar to "git add ." - looking for all the files and folders being added, deleted or moved and making appropriate changes in the repository.
Does it exist? It seems so s...
I have created a SSH/FTP/email user and when I connect to my MTServer using SSH and that user I can't access /home/XXXX/domains/mydomain.com/.
I am using subversion and it's working fine, but I want it to be able to auto update my webpage ( on the MTServer ) everytime I commit.
The post-commit hook works fine, because had tested with
e...