Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2341 closed enhancement (wontfix)

Support for server-side working copies

Reported by: emilk@… Owned by: Christopher Lenz
Priority: normal Milestone:
Component: version control Version: 0.9
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (2)

comment:1 by Matthew Good, 18 years ago

Resolution: wontfix
Status: newclosed

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.

comment:2 by Matthew Good, 18 years ago

Milestone: 2.0

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.