- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- svn interface for windows and HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 10:53 AM
10-28-2008 10:53 AM
Does anyone has any experience with window explorer version of svn (i.e. TortoiseSVN) to interface with HP-UX?
when we use TortoiseSVN we get the following errors:
1. Cleanup failed to process the following paths: -L:\simsrc
Can’t remove file L:\simsrc\.svn\log. The mounted file system does not support extended attributes
2. Command Update
Error Working copy ‘L:\simsrc’ locked
Error Please execute “Cleanup” command
Finished
best regards,
Kathy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 11:36 AM
10-28-2008 11:36 AM
Re: svn interface for windows and HPUX
is subversion running on HP-UX w/ tortoise on windows, -or-
are you running tortoise and subversion both on windows w/ hp simply providing disk space -or-
something else entirely.
if the second case, how is "L:" shared/mounted.
from what is shown, it appears that svn is attempting to set some of the windows attribute(s) that don't "map" to unix/nfs filesystems.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 11:41 AM
10-28-2008 11:41 AM
Re: svn interface for windows and HPUX
is subversion running on HP-UX w/ tortoise on windows,
are you running tortoise and subversion both on windows w/ hp simply providing disk space -or-
something else entirely.
if the second case, how is "L:" shared/mounted.
from what is shown, it appears that svn is attempting to set some of the windows attribute(s) that don't "map" to unix/nfs filesystems.....
we have tortoise on windows and svn client on L class. we use samba to map share drive.
and i think you are right and there is a unix/window attribute incompatability. so I was wondering if there is another way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 12:00 PM
10-28-2008 12:00 PM
Re: svn interface for windows and HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 12:07 PM
10-28-2008 12:07 PM
Re: svn interface for windows and HPUX
svn / tortoise then pass requests across the network (to a local store?)..
i could be all wet in this regard however...
searching "svn hp ux" on google turns up some interesting links, including a redbook that has the layout described above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:00 PM
10-28-2008 02:00 PM
Re: svn interface for windows and HPUX
svnsrv is on windows the L is only the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 08:43 AM
10-29-2008 08:43 AM
Solutionif the L class is simply a cleint,
a) why do you have to have the disk shared?
b) don't you simply need a browser on the HP box?
BTW:
you might try posting this issue here:
http://groups.google.com/group/comp.software.config-mgmt/topics?lnk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2008 08:50 AM
10-29-2008 08:50 AM
Re: svn interface for windows and HPUX
the repository is on L class for the unix version then we have a web version that sits on windows. now the programmers use tortoise to check the programs out and check them in. when them make modification to the unix version the drive is mapped from L class but the interface is still tortoise, or they want to keep it that way. otherwise if they just use the command line there won't be any problem.
thanks for the link i'll try that.