Hi everybody,
I have spent some months working on a web application and we're come close to production stage. It's soon time to expand the development group with 1-3 people on this project.
I have not too much experience on working with SVN, but It's obviously the choice for a big part of the larger companies out there, so I am guessin...
what is the Difference between tortoise svn and CollabNetSubversion.....
...
hi i want to use svn commands only for property of a directory not for the whole
directory .
e.g. svn revert
please tell me what command is used for this purpose.
thanks
...
I have next SVN repositories structure running Apache 2.2 under Windows Server 2008:
http://example.com/svn/ is targeted to e:\svn (root)
http://example.com/svn/dir/ is targeted to e:\svn\dir (some directory with a number of repositories)
http://example.com/svn/dir/repo/ is targeted to e:\svn\dir\repo (a repository itself)
How to acc...
It seems that in TortoiseSVN 1.6.8 (on Windows), when you click the "To URL..." button in the Branch/Tag dialog, it now pops up a generic "browse for folders" dialog. It used to pop up a Repository Browser. Displaying a regular folder browser isn't much use, since you can't navigate to any of the tags/branches via the file system.
Does ...
Some complex subversion merges are coming up in my project: big branches that have been apart for a long time. Svn gives too many conflicts - and some of them seem spurious.
Given that git is praised for a superiour merge experience,
Would it be any good to use git-svn just for the benefit of making the merge more manageable?
Can y...
Hi,
I'm working on a uni project with a few other people using SVN. Much to my annoyance the .project file was removed from the repository since "it contains platform specific information". However, this has obviously broken my setup in Eclipse, giving me the error:
Problems occurred opening the selected resources.
The project descri...
Hey guys,
I have two scripts.
running an update and calling shell_exec('svn update') and shell_exec('svn st')
running a mysqldump shell_exec('mysqldump params')
The svn script is not running the update command, the svn st is printing results but not the svn update
I tried to declare parameters when calling svn update eg
'svn upda...
I'm trying to get the latest revision ID from my SVN project using Phing.
What I'm trying to do is the following:
get latest revision/commit number
from svn
store this revision number as an
attribute (so that I can use this
to append it to the archive I'm
already creating using phing)
I don't have a working copy on my server wh...
I am creating a process for working with version control and my web based application. This is what I have so far:
I am doing main development under branches/development and keep that in sync with my development server for testing.
I use svn:externals to bring the Zend Framework into my project. I use the revision number from the tag...
Has anyone had the experience of moving a file in tortoise and committing successfully, only to later commit a different change and be told of a tree conflict where:
the file in its original location has been deleted, but in tortoise is marked as missing
the file in its new location is there, but marked as already added.
(I use torto...
I am trying to come up with a version control process for a web app that I work on. Currently, my major stumbling blocks are two directories that are huge (both over 4GB). Only a few people need to work on things within the huge directories; most people don't even need to see what's in them. Our directory structure looks something like:
...
I have a svn repo that has all my projects/main codebase. There are some dependencies on some external/third party code that will sometimes have a git repo along with it.
My question is should I add the .git folders to my svn repo when I am commiting? I haven't figured out git-svn yet and I'm not sure what the workflow is, but just chec...
We're a team of students doing a software project. As some of us don't use Windows, but the product needs to run on Windows and .NET, we want to develop on MonoDevelop and Visual Studio which both use Visual Studio files; language of choice is C#.
My question is: Can we check in the solution and project files into our repository without...
I need to build multiple environments and tag them in Apache Subversion using a NAnt script. Is there a way that I can use NAnt to create the tags in Apache Subversion with a variable I supply?
...
In my SVN repository tags are listed by version where name contains dots. e.g. 0.10 or 0.12.1
branches are named like proj-0.24-rc
In the same time, for example in Mono project branches has not dots.
Is it some practice to avoid dots? Could it be treated like extension delimiter (by web server where repository is been served), etc?
...
What are Windows SVN+Tasks Management+Blog+Timeline free, opensource solutions(projects)?
...
I'd like to set up daily tarballs/zip archives on my host for an SVN of a related project. I do not have access to their server, however they do have a publicly accessible SVN. How would I grab this SVN and build archives with minimal load ( dreamhost shared ), via Cron task + php/shell script?
...
Hi all,
I want to import code from Launchpad.net.
How can I do it?
Is that using SVN? Can I use SVN to keep updated with the code changes?
Thank you so much,
Robert
FYI: this is the code I want to import
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
...
I would like to see if the working copy will fit onto my hard drive and don't want to waste time and bandwith.
So my question is: Is it possible to determine the size of the working copy before checkout?
I do have access to the repository, but its filesize does not say anything.
...