svn

  1. daudo

    porting reposilite - is svn still the way to go?

    Hi, I'm in the process of porting reposilite, a lightweight maven repository server and maven proxy. While I have worked with ports some time ago, I am not sure if svn is still the way to go. Somehow I'm sure to have read that it has been superseded by git, but unfortunately I fail to find...
  2. F

    Solved Steps from source code to tar.gz

    I want to know what to do from having a program (all of the file)on GitHub to building and compiling with cc on FreeBSD. What is source code? And how do I get from that to an executable and start a program?
  3. priyadarshan

    FreeeBSD top repository structure?

    I am studying documentation in order to try to become a port maintainer (if I find a patient enough mentor...). I have been marveling at FreeBSD repositories, base, ports, docs. I noticed there is a repository root encompassing all of them. Is that really a huge subversion monorepo, or is...
  4. tommiie

    Running a Subversion server

    Hey all, I want to get started with Subversion (perhaps I should go for Git as there is quite an abundance of documentation on that) and part of that is setting up my own svn server—as, as far as I'm aware, there is no github for Subversion. Now I'm trying to figure out how to start...
  5. J

    Determine Changes in KK.M-RELEASE-pN?

    I'm trying to determine how to see if a given MFC-ed change is present in a freebsd-update patch version, prior to installing it. This could be, for example, how to checkout the "tagged" source associated with the patch (to diff and/or examine the logs), or how to examine the patch contents...
  6. antranigv

    Solved Mirroring SVN for public

    Hey all, right now I'm trying to setup public mirror for FreeBSD in Armenia. I know how to setup www, ftp and www for ftp, however I'm having a hard time understanding how to setup a public SVN, basically I want to mirror https://svn.freebsd.org/ports/head at our server so people can use the...
  7. N

    Shorthand variable for latest quarterly ports tree

    Hi all, Does anyone know if there is a shorthand form I can use in scripts to fetch the latest quarterly ports tree using svn? For packages, EG in /etc/pkg/FreeBSD.conf, there is this: url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly Which always downloads packages from the newest / latest...
  8. T

    Solved Pulling FreeBSD 11 stable branch fails

    Hello, I get errors when trying to pull the FreeBSD stable branch. # svn checkout https://svn.FreeBSD.org/base/stable/11 /usr/src svn: E170013: Unable to connect to a repository at URL 'https://svn.freebsd.org/base/stable/11' svn: E000013: Error running context: Permission denied
  9. S

    svn: E120106: ra_serf: The server sent a truncated HTTP response body

    Hello, I am a beginner. I installed FreeBSD-11.0-RELEASE-amd64 on VM. I installed kernel sources by: svnlite co https://svn.freebsd.org/base/releng/11.0 /usr/src/ I get: svn: E120106: ra_serf: The server sent a truncated HTTP response body. And now: # ll /usr/src/ total 62 drwxr-xr-x 4...
  10. A

    Port management via SVN only

    I'm trying to get down to a bit of development for FreeBSD as I have done for Fedora and Arch Linux previously and I'm curious about SVN/Subversion for managing the Ports Collection. So far, I only worked with GIT, though this helped me enough to do svn checkout of the Ports Tree to /usr/ports...
  11. A

    Handbook: ports with Subversion

    If this the wrong forums section to discuss Handbook matters, please, feel free to remove this thread or relocate it someplace more suitable :). Today, I decided to have a look at different means of managing the Ports Collection locally. I already found ports-mgmt/poudriere...
  12. Hornpipe2

    Using the base Subversion server

    As of FreeBSD 10.0, a "light" version of Subversion has been integrated into the base system. It includes most of the svn tools, though the filenames have been changed (e.g. "svnlite" instead of "svn", "svnliteserve" instead of "svnserve" etc.) Most people probably would use this for the...
  13. O

    subversion client apps for GNOME

    I went looking for subversion clients for the desktop. I already use the subclipse plugin in java/eclipse but there are times when a "stand-alone" client is more convenient. The two most interesting candidates I found are: kdesvn (devel/kdesvn-kde4) and RabbitVCS http://rabbitvcs.org/ kdesvn...
  14. L

    Solved Problem with svn in stable 10

    Hi, Three days ago, I've updated my STABLE-10 to the newest svn commit. When rebooting, the system complains about some variables that never were in rc.conf, but that the boot process somehow seems to require: growsfs_enable, hostid_enable, zfs_enable, ddb_enable, harvest_interrupt...
  15. hsn

    svnup hanging

    I want to update 9.2 to 10.0 using svnup 1.0. My configuration: [defaults] work_directory=/var/tmp/svnup host=svn0.eu.freebsd.org protocol=http verbosity=3 trim_tree=0 extra_files=0 [prerelease] branch=base/stable/10.0 target=/usr/src If I run svnup update it hangs, even leaving it alone for...
Back
Top