Edgewall Software

Ticket #2341 (closed enhancement: wontfix)

Opened 3 years ago

Last modified 3 years ago

Support for server-side working copies

Reported by: emilk@… Owned by: cmlenz
Priority: normal Milestone:
Component: version control Version: 0.9
Severity: normal Keywords:
Cc:

Description

Trac could support the creation of server side working copies for specific directories and users. A server side working copy could be accessed via WebDAV. The proposed functionallity involves the following:

  • An UI to create a new server side working copy.
  • WebDAV read/write access to working copies.
  • An UI to commit server side working copies.

This is a big project, but seems rewarding, because it would abstract away the revision control system for the end user.

See http://svnbook.red-bean.com/en/1.1/apc.html for a comparision of WebDAV and Subversion features.

Attachments

Change History

Changed 3 years ago by mgood

  • status changed from new to closed
  • resolution set to wontfix

Trac is not trying to become a replacement for the SVN client, or GUI clients like TortoiseSVN and is trying to become less tied to SVN so that other version control backends can be provided.

This could be implemented as a plugin, but it seems like it would be quite problematic to manage working copies on the server since multiple users could overwrite each other's changes and there is no way to mediate this since working copies themselves are not directly versioned.

Changed 3 years ago by mgood

  • milestone 2.0 deleted

Add/Change #2341 (Support for server-side working copies)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cmlenz. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.