Search 5,000,000+ questions and answers.

Frequently Asked Questions

So you have a subversion repository. Great, now how do I use it?

Frequently Asked Questions
Well, if you happen to be running a Gentoo or other system configured pretty much exactly like mine, you can just type make in the qui4mplayer directory (which will be created if you follow the SourceForge instructions for using subversion - if you change them you should know which directory you need). If your system isn't exactly like mine, you can go into the directory, type "qmake -project" and "qmake" before "make" and then it should compile for you.
Related Questions

How do I use a HepForge project's Subversion repository?

HepForge > Documentation > FAQ - CEDAR
First, see the documentation in the user guide. If your confusion is about SVN in general rather than HepForge SVN specifically, then the SVN book is your first port of call. If you want to use Subversion directly, then you have the choice of using the anonymous read-only system over HTTP or the full read-write system via SSH. To use the full permissions system you will need to have a HepForge shell account and be a registered developer on the relevant project.
Related Questions

How do I convert an existing CVS repository into a Subversion repository?

subversion: Subversion FAQ
Try the cvs2svn conversion tool, from http://cvs2svn.tigris.org/ (see also its feature list and documentation). cvs2svn seems to be what most people use, but if for some reason it doesn't meet your needs, there are at least two other tools you could try:
Related Questions

How do I make and use a subversion repository in my home directory?

Frequently Asked Questions
Make a directory in your home folder* which will hold the repository. (Important Note: You DO NOT want to work directly on the files in the repository. Instead you will check them out and then use subversion to commit changes back to the repository.) prompt$ mkdir myrepository Use svnadmin to populate your repository directory with the files subversion uses to maintain your repository. prompt$ svnadmin create myrepository Import your project files into your repository for the first time.
Related Questions

Can I use Trac with a remote subversion repository?

TracFaq - The Trac Project - Trac
You can't use Trac (not yet) with remote repository but you could mirror remote repository using this program: http://svk.elixus.org/ If you're on Windows, the Python bindings support UNC paths, so you can use a repository that's shared out on another machine. Just use the UNC path instead of the local file path when setting up Trac. (Note that this can be slow and that this usage is not recommended by the Subversion development team.)
Related Questions

Can I use Trac with a subtree of my subversion repository?

TracFaq - The Trac Project - Trac
When setting up your Trac environment simply append the subtree of interest to the repository path, eg, if your repository resides in '/var/svn' and you only want to handle a project '/myproject' in Trac, you'd specify '/var/svn/myproject' as your repository path. Alternatively you can change the path in the 'repository_dir' setting in your 'conf/trac.ini' inside the trac instance directory.
Related Questions

Where is my Subversion Repository? What's the URL?

FAQ
This is covered in the Subversion Good Practice Guide (which you are required to read if you haven't already) however in general, individual repositories are named in all lowercase in course-username format and all group repositories are named in all lowercase course-groupname format. Your course co-ordinator or lecturer will provide you with more details on the name of your repository, however whatever it is named, it will be located at:https://svn.itee.uq.edu.au/repo/<repositoryname>/
Related Questions

How can I convert my CVS repository to Subversion?

HepForge > Documentation > FAQ - CEDAR
To convert a CVS repository to Subversion, you should use the cvs2svn command-line tool. Have a good look through the cvs2svn documentation and FAQ before starting. Move your CVS repository to the HepForge server: scp -r mycvsrepo login.hepforge.org: mv mycvsrepo mycvsrepo.
Related Questions

Where is the subversion (SVN) repository ?

Faq - OpenWrt
The stable source code can be found in the above directory or from our SVN repository. This is not recommended for beginners; we will not troubleshoot failed compiles. WARNING: Please never use any image of Kamikaze, if you have no access to serial console. The chance to brick your router with the development version is very high. NOTE: Development has temporarily moved to the buildroot-ng branch... for development information, check: https://dev.openwrt.org . Yes.
Related Questions

Why can't I commit changes to the subversion repository?

FAQ
We do accept patches in standard linux kernel format (diff -ur), once a few patches have been reviewed we will grant commit access to the repository. Some of the extensions that provide extra functionnality cannot be packaged with the core of the framework under the GPL license because they are linked to third party applications which are incompatible with the GPL.
Related Questions

What happens to a file when it is committed to a Subversion repository?

subversion:
In Subversion, at the time of commit, filenames are translated from their original encoding into an encoding called "UTF". Later, when delivering things to the checkout, SVN translates filenames from UTF back to the client's encoding. This benefit is an important improvement of Subversion over CVS. However, file-to-file references, such as a C-language '#include "foo"', will not work.
Related Questions

How do I create a dump file of a Subversion repository?

subversion:
Dump the contents of the filesystem to stdout in a 'dumpfile' portable format, sending feedback to stderr. Dump revisions LOWER rev through UPPER rev. If no revisions are given it dumps all revision trees. If only LOWER is given it dumps that one revision tree.
Related Questions

What's a good way to structure my Subversion repository?

The RubyForge FAQ
Some projects want to have only one 'main directory' in their repository, so that it would look like svn://rubyforge.org/var/svn/some_project/trunk svn://rubyforge.org/var/svn/some_project/branches svn://rubyforge.org/var/svn/some_project/tags You can create this structure as a project admin by running these commands: svn mkdir svn+ssh://developername@rubyforge.org/var/svn/project/trunk svn mkdir svn+ssh://developername@rubyforge.
Related Questions

How can I convert separate projects in my CVS repository into a single Subversion repository?

cvs2svn FAQ
cvs2svn supports multiproject conversions, but you have to use the options file method to start the conversion. In your options file, you simply call run_options.add_project() once for each sub-project in your repository. For example, if your CVS repository has the layout: /project_a /project_b and you want your Subversion repository to be laid out like this: project_a/ trunk/ ... branches/ ... tags/ ... project_b/ trunk/ ... branches/ ... tags/ ..
Related Questions

Is Subversion stable enough for me to use for my own projects?

subversion: Subversion FAQ
Subversion has been in development since 2000, and became self-hosting after one year. A year later when we declared "alpha", Subversion was already being used by dozens of private developers and shops for real work. After that, it was two more years of bugfixing and stabilization until we reached 1.0. Most other projects probably would have called the product "1.0" much earlier, but we deliberately decided to delay that label as long as possible.
Related Questions

How do I get Trac to resync the timeline with my subversion repository?

TracFaq - The Trac Project - Trac
trac-admin in trac 0.8 and above has a built-in command to resync the repository that works like this. trac-admin <yourprojenv> resync
Related Questions

How do I convert my Visual Sourcesafe repository to Subversion?

ankhsvn: Wiki: Faq
I get an error saying "Cannot copy or move file: it's not in the repository yet. Try committing first" I get an error saying "This client is too old to work with working copy; please get a newer Subversion client I am getting the error "Unable to retrieve folder information from the server with my ASP.NET web project". I get an error saying "The version resource does not correspond to the resource within the transaction."
Related Questions

Does this mean I have to set up Apache to use Subversion?

subversion: Subversion FAQ
The long answer: if you just want to access a repository, then you only need to build a Subversion client. If you want to host a networked repository, then you need to set up either Apache2 or an "svnserve" server. For more details about setting up a network accessible Subversion server, see chapter 6 in the Subversion book. If you want WebDAV and all the other "goodies" that come with the Apache server, then yes, you'll need Apache 2.0. It's always an option to run Apache 2.
Related Questions

What subversion clients do you use?

Versionshelf - Effortless, Secure Subversion Hosting - FAQ
We are happy with the subversion commandline client svn in combination with our favorite text editor SubEthaEdit on Mac OS X. on Linux use your favourite package manager to install the subversion client. Of course there are also several graphical subversion clients:
Related Questions

Can I use CVS and Subversion at the same time?

HepForge > Documentation > FAQ - CEDAR
Not for the same code! Both version control systems use a centralised repository but the formats are very different: CVS cannot read or write to a Subversion repository and vice versa. There is a program (cvs2svn) which can convert CVS repositories to Subversion ones, but since Subversion is intended as a replacement for CVS, you cannot convert in the other direction. (NB.
Related Questions

Okay, great!!! So which stick should I use?

FAQ's
If you don't mind the extra depth, and you don't really need the click (and can stand the cost), the Happ Opticals are the easiest to hook up. Gut a USB mouse and connect the rotary inputs to the USB ports. Personally, if I were building it, because I don't play often using the Ikari panel for standard games and IKARI isn't my all time favorite game (although I do like it); I would use the LS-30 joysticks with Druin's interface.
Related Questions

There are two branches in the CVS repository. What are they and which should I use?

JBIWiki: FAQ
The maintenance branch (openesb_maint1) contains the contents of the JBI Software Development Kit (SDK) which was delivered just after the JSR 208 specification was finalized. This branch contains the original RI (with some maintenance added after the Spec. was approved), the samples, build, and test scripts. The Main branch (MAIN) contains the Open ESB project. This project includes many extensions to the original SDK and provides ESB capabilities, bindings, engines, and build scripts.
Related Questions

What is Subversion?

Versionshelf - Effortless, Secure Subversion Hosting - FAQ
Subversion is an open source application used for revision control (also known as version control system) and is - as we think - essential for every software development project.
Related Questions

I heard that Subversion is an Apache extension? What does it use for servers?

subversion: Subversion FAQ
No. Subversion is a set of libraries. It comes with a command-line client that uses them. There are two different Subversion server processes: either svnserve, which is small standalone program similar to cvs pserver, or Apache httpd-2.0 using a special mod_dav_svn module. svnserve speaks a custom protocol, while mod_dav_svn uses WebDAV as its network protocol. See chapter 6 in the Subversion book to learn more.
Related Questions

What is this svn (subversion) thing, and how do I use it?

CS 450 > Frequently Asked Questions
Subversion is a version control system -- it maintains revision information about related files and directories (e.g., who made what modifications when, and for what reason), such that at any point in time any version of a given set of files can be retrieved from a central repository.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact